diff --git a/src/wifi.cpp b/src/wifi.cpp index f73c546..e8dd3bb 100644 --- a/src/wifi.cpp +++ b/src/wifi.cpp @@ -303,6 +303,8 @@ bool WifiConnection::updateFirmware() { serverPath += "firmware32c3.bin"; #elif defined(ESP32S2) serverPath += "firmware32s2.bin"; +#elif defined(ESP32LITE) + serverPath += "firmware32lite.bin"; #else // defined (ESP32) serverPath += "firmware32.bin"; #endif