Skip to content

Commit

Permalink
Update of TTGO LoRa32 V2.X GNSS pins mapping [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Jul 2, 2020
1 parent d8e69b5 commit 49011c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions software/firmware/source/SoftRF/Platform_ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ extern Adafruit_NeoPixel strip;
#define TTGO_V2_OLED_PIN_RST U8X8_PIN_NONE // connected to CPU RST/EN
#define TTGO_V2_OLED_PIN_SDA 21
#define TTGO_V2_OLED_PIN_SCL 22
#define TTGO_V2_PIN_GNSS_RX 32
#define TTGO_V2_PIN_GNSS_TX 33
#define TTGO_V2_PIN_GNSS_PPS 34
#define TTGO_V2_PIN_GNSS_RX 34
#define TTGO_V2_PIN_GNSS_TX 12
#define TTGO_V2_PIN_GNSS_PPS 39

// Hardware pin definitions for Heltec and TTGO-V1 LoRa-32 Boards with OLED SSD1306 I2C Display
#define HELTEC_OLED_PIN_RST U8X8_PIN_NONE // 16
Expand Down

0 comments on commit 49011c5

Please sign in to comment.