removed SDK logs
This commit is contained in:
parent
9b7765c768
commit
d6643a446e
@ -16,4 +16,4 @@ upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
build.filesystem = littlefs
|
||||
lib_deps = bblanchon/ArduinoJson @ 7.4.2
|
||||
build_flags = -D STATUS_PIN=2 -D STATUS_INVERT=false
|
||||
build_flags = -D STATUS_PIN=2 -D STATUS_INVERT=false -D CORE_DEBUG_LEVEL=0
|
||||
@ -82,6 +82,9 @@ void wifiChangePassword(const char *password) {
|
||||
}
|
||||
|
||||
void wifiSetup() {
|
||||
#ifdef ESP32
|
||||
esp_log_level_set("wifi", ESP_LOG_NONE);
|
||||
#endif
|
||||
ArduinoOTA.onStart([] {
|
||||
Serial.println("[OTA] Begin!");
|
||||
status.set(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user