Browse Source

Add message to info output when in SAFE MODE

i18n
Xose Pérez 6 years ago
parent
commit
1269d33a7d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/espurna/espurna.ino

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

@ -272,6 +272,9 @@ void welcome() {
#endif
DEBUG_MSG_P(PSTR("[INIT] Power saving delay value: %lu ms\n"), _loopDelay);
if (!systemCheck()) DEBUG_MSG_P(PSTR("\n[INIT] Device is in SAFE MODE\n"));
DEBUG_MSG_P(PSTR("\n"));
}


Loading…
Cancel
Save