Cleanup pins

This commit is contained in:
2026-06-16 19:04:50 +10:00
parent 1706186727
commit f0cd430eb9
3 changed files with 25 additions and 10 deletions
+5 -3
View File
@@ -83,9 +83,11 @@ build_flags =
; --- target UART bridge (wire to the sensor's debug UART) ---
-DTARGET_RX_PIN=44 ; CONFIRM: dongle RX <- sensor TX
-DTARGET_TX_PIN=43 ; CONFIRM: dongle TX -> sensor RX
; --- GPIO control lines to the target (reset / wake) ---
-DGPIO_RESET_PIN=2 ; CONFIRM: -> sensor RST
-DGPIO_WAKE_PIN=1 ; CONFIRM: -> sensor control/wake pin
; --- GPIO control lines to the target (reset out / button out) ---
; GPIO4 + GPIO12 are free, broken-out pins on the T3-S3. (Earlier 2/1 were
; wrong: GPIO2 is the SD MISO and GPIO1 is the battery-ADC pin.)
-DGPIO_RESET_PIN=4 ; -> sensor RST (active-low pulse)
-DGPIO_WAKE_PIN=12 ; -> sensor button/wake (active-low pulse)
-DGPIO_CTRL_ACTIVE_LOW=1
; --- microSD on FSPI/SPI2 (separate bus from LoRa, which uses HSPI/SPI3) ---
-DT3S3_SD_SCK=14