mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 22:13:45 +02:00
Initial refactors to support esp32 boards
This commit is contained in:
@@ -165,7 +165,6 @@ void startWiredMode(bool shouldCloseSerialManager)
|
||||
#ifndef CONFIG_GENERAL_INCLUDE_UVC_MODE
|
||||
ESP_LOGE("[MAIN]", "UVC mode selected but the board likely does not support it.");
|
||||
ESP_LOGI("[MAIN]", "Falling back to WiFi mode if credentials available");
|
||||
deviceMode = StreamingMode::WIFI;
|
||||
startWiFiMode();
|
||||
#else
|
||||
ESP_LOGI("[MAIN]", "Starting UVC streaming mode.");
|
||||
|
||||
Reference in New Issue
Block a user