Valid SD pins for T3S3

This commit is contained in:
2026-06-16 13:25:45 +10:00
parent a8a09850dd
commit 172c903f09
2 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -87,11 +87,12 @@ build_flags =
-DGPIO_RESET_PIN=2 ; CONFIRM: -> sensor RST
-DGPIO_WAKE_PIN=1 ; CONFIRM: -> sensor control/wake pin
-DGPIO_CTRL_ACTIVE_LOW=1
; --- microSD (CONFIRM: may share the LoRa SPI bus + own CS) ---
-DT3S3_SD_SCK=5
-DT3S3_SD_MISO=3
-DT3S3_SD_MOSI=6
; --- microSD on FSPI/SPI2 (separate bus from LoRa, which uses HSPI/SPI3) ---
-DT3S3_SD_SCK=14
-DT3S3_SD_MISO=2
-DT3S3_SD_MOSI=11
-DT3S3_SD_CS=13
-DT3S3_SD_FREQ_HZ=20000000UL
; --- timezone for NTP-dated logs (Australia/Victoria) ---
-DNTP_TZ='"AEST-10AEDT,M10.1.0,M4.1.0/3"'
lib_deps =