Browse Source

Fix typo in nofuss.ino file

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

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

@ -35,7 +35,7 @@ NoFUSSClient.onMessage([](nofuss_t code) {
} }
if (code == NOFUSS_UPDATING) { if (code == NOFUSS_UPDATING) {
DEBUG_MSG_P(PSTR("[NoFUSS] Updating");
DEBUG_MSG_P(PSTR("[NoFUSS] Updating"));
DEBUG_MSG_P(PSTR(" New version: %s\n"), (char *) NoFUSSClient.getNewVersion().c_str()); DEBUG_MSG_P(PSTR(" New version: %s\n"), (char *) NoFUSSClient.getNewVersion().c_str());
DEBUG_MSG_P(PSTR(" Firmware: %s\n"), (char *) NoFUSSClient.getNewFirmware().c_str()); DEBUG_MSG_P(PSTR(" Firmware: %s\n"), (char *) NoFUSSClient.getNewFirmware().c_str());
DEBUG_MSG_P(PSTR(" File System: %s"), (char *) NoFUSSClient.getNewFileSystem().c_str()); DEBUG_MSG_P(PSTR(" File System: %s"), (char *) NoFUSSClient.getNewFileSystem().c_str());


Loading…
Cancel
Save