Remove GPS pins from devices lacking built-in GPS (#2812)

This commit is contained in:
Jonathan Bennett
2023-09-19 10:55:14 -05:00
committed by GitHub
parent 94f7c7e472
commit 17207681ef
6 changed files with 1 additions and 29 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
#undef GPS_RX_PIN
#undef GPS_TX_PIN
#define I2C_SDA 4 // I2C pins for this board
#define I2C_SCL 15
@@ -16,4 +13,4 @@
#define LORA_DIO0 26 // a No connect on the SX1262 module
#define LORA_RESET 14
#define LORA_DIO1 33 // Must be manually wired: https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic-part-3/18436
#define LORA_DIO2 32 // Not really used
#define LORA_DIO2 32 // Not really used