admin mode switch
This commit is contained in:
@ -27,6 +27,7 @@ static bool showConfigCmd(uint8_t argc, char **args) {
|
||||
sendFormatString("NTP Server: %s\n\r", configBlock.ntpServer);
|
||||
sendFormatString("deviceId: %s\n\r", configBlock.deviceId);
|
||||
sendFormatString("sharedSecret: (will not be displayed)\n\r");
|
||||
sendFormatString("Sink Server: %s\n\r", configBlock.sinkServer);
|
||||
|
||||
return retCode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user