Browse Source
Merge pull request #2683 from oltaco/techo-card-buildfixes
build fixes for LilyGo T-Echo Card
dev
Liam Cottle
11 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
variants/lilygo_techo_card/TechoCardBoard.h
-
variants/lilygo_techo_card/platformio.ini
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
#include <MeshCore.h> |
|
|
|
#include <Arduino.h> |
|
|
|
#include <helpers/NRF52Board.h> |
|
|
|
#include <Adafruit_Neopixel.h> |
|
|
|
#include <Adafruit_NeoPixel.h> |
|
|
|
|
|
|
|
// built-ins
|
|
|
|
#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} |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-tiny/*.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
lib_deps = |
|
|
|
${LilyGo_T-Echo_Card.lib_deps} |
|
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
|
|