mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
trunk fmt
This commit is contained in:
parent
114eb0c952
commit
684cce7640
@ -8,4 +8,4 @@ build_flags =
|
|||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
lovyan03/LovyanGFX@^1.1.7
|
lovyan03/LovyanGFX@^1.1.8
|
@ -26,4 +26,4 @@ lib_ignore =
|
|||||||
m5stack-core
|
m5stack-core
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32_base.lib_deps}
|
${esp32_base.lib_deps}
|
||||||
lovyan03/LovyanGFX@^1.1.7
|
lovyan03/LovyanGFX@^1.1.8
|
||||||
|
@ -114,9 +114,8 @@ External serial flash W25Q16JV_IQ
|
|||||||
#define SX126X_CS (32 + 13) // FIXME - we really should define LORA_CS instead
|
#define SX126X_CS (32 + 13) // FIXME - we really should define LORA_CS instead
|
||||||
#define SX126X_DIO1 (32 + 10)
|
#define SX126X_DIO1 (32 + 10)
|
||||||
// Note DIO2 is attached internally to the module to an analog switch for TX/RX switching
|
// Note DIO2 is attached internally to the module to an analog switch for TX/RX switching
|
||||||
//#define SX1262_DIO3 \
|
//#define SX1262_DIO3 (0 + 21)
|
||||||
(0 + 21) // This is used as an *output* from the sx1262 and connected internally to power the tcxo, do not drive from the main
|
// This is used as an *output* from the sx1262 and connected internally to power the tcxo, do not drive from the main CPU?
|
||||||
// CPU?
|
|
||||||
#define SX126X_BUSY (32 + 11)
|
#define SX126X_BUSY (32 + 11)
|
||||||
#define SX126X_RESET (32 + 15)
|
#define SX126X_RESET (32 + 15)
|
||||||
#define SX126X_E22 // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
|
#define SX126X_E22 // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
|
||||||
|
@ -11,4 +11,4 @@ build_flags = ${esp32_base.build_flags}
|
|||||||
-Ivariants/t-deck
|
-Ivariants/t-deck
|
||||||
|
|
||||||
lib_deps = ${esp32s3_base.lib_deps}
|
lib_deps = ${esp32s3_base.lib_deps}
|
||||||
lovyan03/LovyanGFX@^1.1.7
|
lovyan03/LovyanGFX@^1.1.8
|
@ -12,6 +12,6 @@ build_flags = ${esp32_base.build_flags}
|
|||||||
-DPCF8563_RTC=0x51
|
-DPCF8563_RTC=0x51
|
||||||
|
|
||||||
lib_deps = ${esp32s3_base.lib_deps}
|
lib_deps = ${esp32s3_base.lib_deps}
|
||||||
lovyan03/LovyanGFX@^1.1.7
|
lovyan03/LovyanGFX@^1.1.8
|
||||||
lewisxhe/PCF8563_Library@1.0.1
|
lewisxhe/PCF8563_Library@1.0.1
|
||||||
adafruit/Adafruit DRV2605 Library@^1.2.2
|
adafruit/Adafruit DRV2605 Library@^1.2.2
|
Loading…
Reference in New Issue
Block a user