Local build of ESP32 for Blackbox X32 does not save settings changes after a power off. #144
-
I have been building ESP32 for the Blackbox X32 and have discovered that when I disconnect the device and reconnect, the settings changes are not retained. I tried enabling EEPROM in my_machine.h but when I build it fails stating that I2C is not available. I don't see a config option to enable I2C. What am I missing in setting up the options to build for the X32? If I use the firmware provided by Openbuilds, settings are saved as expected. OB stated they use WebBuilder for their firmware. But I don't know what options they select to match in my build settings. I need to add an option (ESP NOW) in my build and have this working but my settings aren't persisted! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
It is set in the sdkconfig file:
Depending on the build environment the one that is used is located/named somewhere else than you may think and may be overwritten seemingly willy nilly when you recompile... Using platformio?