Skip to content

Added RP2040 ( Pico W ) Support

Compare
Choose a tag to compare
@ayushsharma82 ayushsharma82 released this 25 Sep 17:00
· 58 commits to master since this release

ElegantOTA ( and Pro ) now officially supports platforms other than ESP family! 🎉 I think it's a good move towards making it the-facto library for all wireless MCUs. Really excited about the future of ElegantOTA!

Changelog:

  • Added RP2040 ( Pico W ) Support
  • Added setAutoReboot ( @mathieucarbou )
  • Improved auth logic ( @mathieucarbou )
  • Improved DEBUG defs ( @mathieucarbou )
  • Switched to std::functional for callbacks ( allows lib to be used in classes ) ( @mathieucarbou )
  • Added note in Async Demo for enabling async mode
  • Minor bug fixes and improvements