Adding ota for esp32lite
This commit is contained in:
parent
ef3dd420f6
commit
01c709f9b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user