mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 12:50:39 +03:00
added log level to logfile, adjusted some loglevels
This commit is contained in:
@@ -33,7 +33,7 @@ esp_err_t info_get_handler(httpd_req_t *req)
|
||||
LogFile.WriteHeapInfo("info_get_handler - Start");
|
||||
#endif
|
||||
|
||||
LogFile.WriteToFile("info_get_handler");
|
||||
LogFile.WriteToFile(ESP_LOG_INFO, "info_get_handler");
|
||||
char _query[200];
|
||||
char _valuechar[30];
|
||||
std::string _task;
|
||||
|
||||
Reference in New Issue
Block a user