added basic support for LilyGo Tlora C6

This commit is contained in:
recrof
2025-05-30 14:31:44 +02:00
parent 1b02e1986c
commit 585558a9bb
5 changed files with 176 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ lib_deps =
me-no-dev/ESPAsyncWebServer @ ^3.6.0
file://arch/esp32/AsyncElegantOTA
; esp32c6 uses arduino framework 3.x
[esp32c6_base]
extends = esp32_base
platform = https://github.com/pioarduino/platform-espressif32.git
; ----------------- NRF52 ---------------------
[nrf52_base]