configuration also in production mode, sensing after reconnect handling

This commit is contained in:
Wolfgang Hottgenroth
2018-02-01 16:25:14 +01:00
parent ef210ab477
commit 88736f288b
8 changed files with 73 additions and 42 deletions

View File

@ -125,8 +125,9 @@ void showConfiguration() {
Serial.println("Configuration is");
#for $configItem in $configItems
Serial.print("$configItem.key = ");
Serial.println(configBlock.$configItem.key);
Serial.print("$configItem.key = <");
Serial.print(configBlock.$configItem.key);
Serial.println(">");
#end for