earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.88k stars 394 forks source link

Rebuild OTA bootloader for newer LittleFS version #2199

Closed earlephilhower closed 1 month ago

earlephilhower commented 1 month ago

The LittleFS folks changed the on-flash format in 2.6.0, making it unmountable with earlier precompiled code.

Rebuild the OTA bootloader using the 2.9.3 LittleFS release, matching the core version.

Fixes #2198