drop location
This commit is contained in:
@ -14,7 +14,6 @@ t_configBlock defaultConfigBlock = {
|
||||
.ntpServer = "0.de.pool.ntp.org",
|
||||
.deviceId = "MainsCnt01",
|
||||
.sharedSecret = "sharedSecretGanzGeheim",
|
||||
.location = "Essen, DE",
|
||||
.sinkServer = "laborpc",
|
||||
.filler = { 0 }
|
||||
};
|
||||
@ -54,6 +53,5 @@ void configInit() {
|
||||
coloredMsg(LOG_BLUE, "cfg ci ntp server: %s", mainConfigBlock.ntpServer);
|
||||
coloredMsg(LOG_BLUE, "cfg ci deviceId: %s", mainConfigBlock.deviceId);
|
||||
coloredMsg(LOG_BLUE, "cfg ci sharedSecret: %s", mainConfigBlock.sharedSecret);
|
||||
coloredMsg(LOG_BLUE, "cfg ci location: %s", mainConfigBlock.location);
|
||||
coloredMsg(LOG_BLUE, "cfg ci sink server: %s", mainConfigBlock.sinkServer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user