mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
added log level to logfile, adjusted some loglevels
This commit is contained in:
@@ -86,7 +86,7 @@ void setTimeZone(std::string _tzstring)
|
||||
setenv("TZ", _tzstring.c_str(), 1);
|
||||
tzset();
|
||||
_tzstring = "Time zone set to " + _tzstring;
|
||||
LogFile.WriteToFile(_tzstring);
|
||||
LogFile.WriteToFile(ESP_LOG_INFO, _tzstring);
|
||||
}
|
||||
|
||||
static void obtain_time(void)
|
||||
|
||||
Reference in New Issue
Block a user