mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Use PROGMEM and F() properly
Add function to be able to access to strings stored with PROGMEM, it save 4k memory vs no usage of PROGMEM
This commit is contained in:
@@ -46,6 +46,7 @@ extern "C" {
|
||||
|
||||
void setup() {
|
||||
// init :
|
||||
ESP.wdtDisable();
|
||||
delay(8000);
|
||||
EEPROM.begin(EEPROM_SIZE);
|
||||
bool breset_config=false;
|
||||
|
||||
Reference in New Issue
Block a user