mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Fix file retention, remove/correct logs (#1377)
This commit is contained in:
@@ -231,7 +231,7 @@ void wifi_init_sta(const char *_ssid, const char *_password, const char *_hostna
|
||||
ESP_LOGE(TAG,"failed to set hostname:%d",ret);
|
||||
}
|
||||
else {
|
||||
ESP_LOGE(TAG,"Set Hostname to:%s", _hostname);
|
||||
ESP_LOGI(TAG,"Set Hostname to:%s", _hostname);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user