mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
build fixes for LilyGo T-Echo Card
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#include <MeshCore.h>
|
#include <MeshCore.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <helpers/NRF52Board.h>
|
#include <helpers/NRF52Board.h>
|
||||||
#include <Adafruit_Neopixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
|
|
||||||
// built-ins
|
// built-ins
|
||||||
#define VBAT_MV_PER_LSB (0.73242188F) // 3.0V ADC range and 12-bit ADC resolution = 3000mV/4096
|
#define VBAT_MV_PER_LSB (0.73242188F) // 3.0V ADC range and 12-bit ADC resolution = 3000mV/4096
|
||||||
|
|||||||
@@ -113,6 +113,7 @@ build_flags =
|
|||||||
build_src_filter = ${LilyGo_T-Echo_Card.build_src_filter}
|
build_src_filter = ${LilyGo_T-Echo_Card.build_src_filter}
|
||||||
+<../examples/companion_radio/*.cpp>
|
+<../examples/companion_radio/*.cpp>
|
||||||
+<../examples/companion_radio/ui-tiny/*.cpp>
|
+<../examples/companion_radio/ui-tiny/*.cpp>
|
||||||
|
+<helpers/ui/buzzer.cpp>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${LilyGo_T-Echo_Card.lib_deps}
|
${LilyGo_T-Echo_Card.lib_deps}
|
||||||
end2endzone/NonBlockingRTTTL@^1.3.0
|
end2endzone/NonBlockingRTTTL@^1.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user