Browse Source

Not yet implemented settings i2c scan

rfm69
Maxim Prokhorov 6 years ago
parent
commit
9433e5cc78
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