drop location

This commit is contained in:
2021-02-10 16:20:32 +01:00
parent eb87009b60
commit 89444476b8
5 changed files with 1 additions and 18 deletions

View File

@ -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);
}