Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Dec 13, 2023
1 parent 2bb7a18 commit 253b232
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/pins_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
#define GPS_RX 12
#define GPS_TX 34
#define BUTTON_PIN -1
#define LORA_SCK 5 // GPIO5 - SX1276 SCK
#define LORA_MISO 19 // GPIO19 - SX1276 MISO
#define LORA_MOSI 27 // GPIO27 - SX1276 MOSI
#define LORA_CS 18 // GPIO18 - SX1276 CS ----->NSS
#define LORA_RST 23 // GPIO14 - SX1276 RST
#define LORA_IRQ 26 // GPIO26 - SX1276 IRQ ---->DIO0
//#define greenLed 25 // Green Led
#define LORA_SCK 5
#define LORA_MISO 19
#define LORA_MOSI 27
#define LORA_CS 18 // CS --> NSS
#define LORA_RST 23
#define LORA_IRQ 26 // IRQ --> DIO0
#endif

#ifdef ESP32_DIY_1W_LoRa_GPS
Expand Down

0 comments on commit 253b232

Please sign in to comment.