MeshCore/examples/simple_repeater
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
RateLimiter.h * repeater: onAnonDataRecv(), now rejecting non-ASCII password (preparing for future request codes) 2025-11-06 20:15:01 +11:00
UITask.cpp Implement getTextWidth for display classes 2025-05-04 18:17:18 -07:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00