Skip to content

Commit

Permalink
trunk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Aug 6, 2023
1 parent 114eb0c commit 684cce7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion variants/heltec_wireless_tracker/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build_flags =

lib_deps =
${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.7
lovyan03/LovyanGFX@^1.1.8
2 changes: 1 addition & 1 deletion variants/m5stack_core/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lib_ignore =
m5stack-core
lib_deps =
${esp32_base.lib_deps}
lovyan03/LovyanGFX@^1.1.7
lovyan03/LovyanGFX@^1.1.8
5 changes: 2 additions & 3 deletions variants/nano-g2-ultra/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@ External serial flash W25Q16JV_IQ
#define SX126X_CS (32 + 13) // FIXME - we really should define LORA_CS instead
#define SX126X_DIO1 (32 + 10)
// Note DIO2 is attached internally to the module to an analog switch for TX/RX switching
//#define SX1262_DIO3 \
(0 + 21) // This is used as an *output* from the sx1262 and connected internally to power the tcxo, do not drive from the main
// CPU?
//#define SX1262_DIO3 (0 + 21)
// This is used as an *output* from the sx1262 and connected internally to power the tcxo, do not drive from the main CPU?
#define SX126X_BUSY (32 + 11)
#define SX126X_RESET (32 + 15)
#define SX126X_E22 // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3
Expand Down
2 changes: 1 addition & 1 deletion variants/t-deck/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ build_flags = ${esp32_base.build_flags}
-Ivariants/t-deck

lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.7
lovyan03/LovyanGFX@^1.1.8
2 changes: 1 addition & 1 deletion variants/t-watch-s3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ build_flags = ${esp32_base.build_flags}
-DPCF8563_RTC=0x51

lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.7
lovyan03/LovyanGFX@^1.1.8
lewisxhe/PCF8563_Library@1.0.1
adafruit/Adafruit DRV2605 Library@^1.2.2

0 comments on commit 684cce7

Please sign in to comment.