From 2b5ee74d7a53ae395115e43713cb212a26d33cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 19 Mar 2017 18:50:28 +0100 Subject: [PATCH] Fix typo in nofuss.ino file --- code/espurna/nofuss.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/nofuss.ino b/code/espurna/nofuss.ino index c6b5d0fc..3583fe43 100644 --- a/code/espurna/nofuss.ino +++ b/code/espurna/nofuss.ino @@ -35,7 +35,7 @@ NoFUSSClient.onMessage([](nofuss_t code) { } 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(" Firmware: %s\n"), (char *) NoFUSSClient.getNewFirmware().c_str()); DEBUG_MSG_P(PSTR(" File System: %s"), (char *) NoFUSSClient.getNewFileSystem().c_str());