commented adding 5.30 hr line

This commit is contained in:
unknown 2025-04-09 13:23:24 +05:30
parent a3b19e9445
commit 5671bf8c88

View File

@ -229,9 +229,9 @@ static void lwjson_parse_cb_func(lwjson_stream_parser_t* jsp, lwjson_stream_type
LOG(LOG_INFO,"Got '"JSON_STR_TIMESTAMP"' value: %d ", num);
num +=19800; //5.30 hr ist
LOG(LOG_INFO,"Got after 5.30 hr adding '"JSON_STR_TIMESTAMP"' value: %d ", num);
// num +=19800; //5.30 hr ist
//
// LOG(LOG_INFO,"Got after 5.30 hr adding '"JSON_STR_TIMESTAMP"' value: %d ", num);
App_SetRTC(num);
}