Skip to content

Commit d25441a

Browse files
docs: note LED_BUILTIN ESP32 fix in CHANGELOG
1 parent c5e386a commit d25441a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ All notable changes to CRUMBS are documented in this file.
2525
`query_and_print()` to use `mock_get_*()`, updated `cmd_echo / cmd_heartbeat / cmd_toggle`
2626
to pass `&dev`. Fixes PlatformIO CI compile failure.
2727

28+
- **`LED_BUILTIN` fallback for ESP32** — added `#ifndef LED_BUILTIN / #define LED_BUILTIN 2`
29+
guards to `simple_peripheral/src/main.cpp` and `mock_peripheral/src/main.cpp`; the
30+
`espressif32` platform does not define `LED_BUILTIN` for `esp32dev`, causing a compile error
31+
on ESP32 CI builds. GPIO 2 is the standard onboard LED for ESP32 DevKit boards.
32+
2833
### Changed
2934

3035
- Post-release docs sweep (`0649205`): corrected stale `0.10.3` version references in all

0 commit comments

Comments
 (0)