We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e386a commit d25441aCopy full SHA for d25441a
1 file changed
CHANGELOG.md
@@ -25,6 +25,11 @@ All notable changes to CRUMBS are documented in this file.
25
`query_and_print()` to use `mock_get_*()`, updated `cmd_echo / cmd_heartbeat / cmd_toggle`
26
to pass `&dev`. Fixes PlatformIO CI compile failure.
27
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
+
33
### Changed
34
35
- Post-release docs sweep (`0649205`): corrected stale `0.10.3` version references in all
0 commit comments