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:
luc
2015-05-27 17:08:47 +08:00
parent 0c37d73db8
commit f48e419e0f
5 changed files with 315 additions and 221 deletions

View File

@@ -46,6 +46,7 @@ extern "C" {
void setup() {
// init :
ESP.wdtDisable();
delay(8000);
EEPROM.begin(EEPROM_SIZE);
bool breset_config=false;