Browse Source

Fix bug due to auto-replace

rfm69
Xose Pérez 6 years ago
parent
commit
17be19e55c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/settings.ino

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

@ -222,7 +222,7 @@ void _settingsInitCommands() {
#if I2C_SUPPORT
settingsRegisterCommand(F("I2C.SCAN"), [](Embedis* e) {
_settingsI2CScanCommand();
i2cScan();
DEBUG_MSG_P(PSTR("+OK\n"));
});


Loading…
Cancel
Save