- Notifications
You must be signed in to change notification settings - Fork148
Open
Description
Hi would really like to use ElegantOTA in one of my projects where I use a W5100 chip to have network connection.
It was possible to just skip the "__isPicoW" part and have it compiled for RP2040+W5100.
Would it be possible to have an other check instead of the "__isPico" in
ElegantOTAClass::begin(...)...#if defined(TARGET_RP2040) || defined(TARGET_RP2350) || defined(PICO_RP2040) || defined(PICO_RP2350) // DISABLED by CAZ // if (__isPicoW) { // ELEGANTOTA_DEBUG_MSG("RP2040: Not a Pico W, skipping OTA setup\n"); // return; // } #endif...