Page 1 of 1

How to read a EEPROM value or variable stored in the ESP32 code from the web server stored in the same ESP 32?

Posted: Mon Sep 28, 2020 9:26 am
by Fermin
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 into the web, but I am not happy with this procedure, I am sure that there are many other ways of doing that but I am not eable to found . Please help me.