Browse Source

Comment settingsDump

fastled
Xose Pérez 7 years ago
parent
commit
4ba9449116
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      code/espurna/espurna.ino
  2. +1
    -1
      code/espurna/settings.ino

+ 0
- 1
code/espurna/espurna.ino View File

@ -254,7 +254,6 @@ void setup() {
// Prepare configuration for version 2.0
hwUpwardsCompatibility();
//settingsDump();
}


+ 1
- 1
code/espurna/settings.ino View File

@ -299,5 +299,5 @@ void saveSettings() {
#if not AUTO_SAVE
EEPROM.commit();
#endif
settingsDump();
//settingsDump();
}

Loading…
Cancel
Save