Timeline for How to save sensor value in EEPROM? (ESP8266)?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 6, 2021 at 13:34 | comment | added | Abel | virtual button could work. if there is some gui in the Blynk apps, then your call to write eeprom belongs in something called by Blynk.run() (which your loop function calls) not setup. | |
| Oct 5, 2021 at 14:57 | comment | added | clement01 | How about if I add an virtual button in the Blynk apps so that I can calibrate it using the Blynk app instead a physical button? Regarding the calibration and EEPROM, am I supposed to create another loop in another function or inside the void setup function is enough ? Thank you | |
| Oct 3, 2021 at 15:40 | history | answered | Abel | CC BY-SA 4.0 |