* some HT-CT62 fixes

This commit is contained in:
Scott Powell
2025-06-09 17:34:04 +10:00
parent c5869c78a2
commit c6f6e088fc
4 changed files with 43 additions and 13 deletions

View File

@@ -12,12 +12,13 @@ build_flags =
-D P_LORA_TX_LED=18
-D PIN_BOARD_SDA=0
-D PIN_BOARD_SCL=1
-D PIN_USER_BTN=9
;-D PIN_USER_BTN=9
-D PIN_VBAT_READ=2
-D P_LORA_DIO_1=3
-D P_LORA_NSS=8
-D P_LORA_RESET=5
-D P_LORA_RESET=RADIOLIB_NC
-D P_LORA_DIO_0=RADIOLIB_NC
-D P_LORA_DIO_2=RADIOLIB_NC
-D P_LORA_BUSY=4
-D P_LORA_SCLK=10
-D P_LORA_MISO=6
@@ -80,6 +81,7 @@ build_flags =
; -D MESH_DEBUG=1
build_src_filter = ${Heltec_ct62.build_src_filter}
+<../examples/companion_radio>
+<helpers/esp32/SerialBLEInterface.cpp>
lib_deps =
${Heltec_ct62.lib_deps}
${esp32_ota.lib_deps}