Board Support: Heltec v3 (#407)

This commit is contained in:
NellowTCS
2025-11-05 01:04:40 -07:00
committed by GitHub
parent 0d8c0a37cc
commit 8335611796
16 changed files with 527 additions and 0 deletions
@@ -0,0 +1,7 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility EspLcdCompat SSD1306 ButtonControl EstimatedPower driver
)