Commit 3713843
chore: bump version to 2.5.24 (#1448)
Ships the fixes FastLED's CI is waiting on:
- #1443 (closes #1440): .ino conversion no longer lifts an #include out of
its #if. FastLED's root project (Sailboat) builds again.
- #1445 (closes #1441): a relative project dir is resolved against the
caller's cwd, so downloaded libraries get absolute include paths
(fbuild ci/kitchensink build could not find ArduinoJson.h).
- #1447 (closes #1442): ESP32 drops core-bundled lib_deps (FS, ArduinoOTA,
ESPmDNS) before the registry lookup, as RP2040 already did.
- #1446: a pre-unified-toolchain ESP32 platform pin (pioarduino 51.x) warns
and builds against stable instead of failing on a 404 toolchain URL.
Regression from #1434; per-MCU toolchain support is #1444.
Also since 2.5.23: honored ESP32 platform pins and PlatformIO-parity
ESP32-S3 size (#1434), fbuild install and split CI caches (#1438),
declared-submodule handling for CH32V and SiLabs (#1439, unblocks
FastLED's mgm240s), and Linux udev setup (#1424).
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1e6d921 commit 3713843
4 files changed
Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments