Browse Source

Setup settings before using them in system module

sensors
Max Prokhorov 5 years ago
parent
commit
34f37a96dd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      code/espurna/espurna.ino

+ 3
- 3
code/espurna/espurna.ino View File

@ -64,12 +64,12 @@ void setup() {
// Init EEPROM
eepromSetup();
// Init Serial, SPIFFS and system check
systemSetup();
// Init persistance
settingsSetup();
// Init Serial, SPIFFS and system check
systemSetup();
// Init terminal features
#if TERMINAL_SUPPORT
terminalSetup();


Loading…
Cancel
Save