MeshCore/examples/simple_room_server
Sybren A. Stüvel d8e838fe4d Fix build on Pico W
Use `lib_ldf_mode=chain+` so the LDF evaluates preprocessor conditions
when scanning for library dependencies. Without this, the LDF (in
default 'deep' mode) ignores it to find #include <BLEDevice.h> inside
the #ifdef ESP32 block in esp32/BLELogInterface.h, pulling in the
Arduino-Pico BLE library. That library only compiles correctly when
PIO_FRAMEWORK_ARDUINO_ENABLE_BLUETOOTH is set (which enables the
required BTstack defines), so without that flag the build fails. chain+
prevents this by honouring the #ifdef ESP32 guard.
2026-03-15 21:13:24 +01:00
..
main.cpp Fix build on Pico W 2026-03-15 21:13:24 +01:00
MyMesh.cpp Correct logging of RAW lines 2026-03-14 23:34:36 +01:00
MyMesh.h Correct logging of RAW lines 2026-03-14 23:34:36 +01:00
UITask.cpp * FIX: UI should show "< Room Server >" 2025-05-05 13:11:43 +10:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00