mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-21 15:47:06 +01:00
nofuss: fix typo
This commit is contained in:
@@ -64,7 +64,7 @@ void _nofussConfigure() {
|
||||
NoFUSSClient.setBuild(timestamp);
|
||||
|
||||
DEBUG_MSG_P(PSTR("[NOFUSS] Server: %s\n"), nofussServer.c_str());
|
||||
DEBUG_MSG_P(PSTR("[NOFUSS] Device: %s\n"), device)
|
||||
DEBUG_MSG_P(PSTR("[NOFUSS] Device: %s\n"), device);
|
||||
DEBUG_MSG_P(PSTR("[NOFUSS] Version: %s\n"), getVersion());
|
||||
DEBUG_MSG_P(PSTR("[NOFUSS] Build: %s\n"), timestamp.c_str());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user