Search found 1 match
- Mon Sep 28, 2020 9:26 am
- Forum: ESP32 Arduino
- Topic: How to read a EEPROM value or variable stored in the ESP32 code from the web server stored in the same ESP 32?
- Replies: 0
- Views: 1542
How to read a EEPROM value or variable stored in the ESP32 code from the web server stored in the same ESP 32?
Hi, I am a beginner in programing the ESP 32 but I take to many many days trying to discover how can pass a value (stored in EEPROM, or variable) from de code of a ESP 32 to the web stored in the same ESP 32, The only way I founded is send the values to another ESP 32 and receive this values again i...