Skip to content

Commit

Permalink
Heltec V3 GPS with correct pins and button
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Mar 5, 2024
1 parent 7e5cdba commit 8aa8c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif

String versionDate = "2024.03.03";
String versionDate = "2024.03.05";

int myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();
Expand Down
6 changes: 3 additions & 3 deletions src/pins_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#undef OLED_RST


#if defined(TTGO_T_Beam_V0_7) || defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_Beam_V1_2) || defined(TTGO_T_Beam_V1_0_SX1268) || defined(ESP32_DIY_1W_LoRa_GPS) || defined(TTGO_T_Beam_V1_2_SX1262) || defined(TTGO_T_Beam_S3_SUPREME_V3) || defined(OE5HWN_MeshCom)
#if defined(TTGO_T_Beam_V0_7) || defined(TTGO_T_Beam_V1_0) || defined(TTGO_T_Beam_V1_2) || defined(TTGO_T_Beam_V1_0_SX1268) || defined(ESP32_DIY_1W_LoRa_GPS) || defined(TTGO_T_Beam_V1_2_SX1262) || defined(TTGO_T_Beam_S3_SUPREME_V3) || defined(OE5HWN_MeshCom) || defined(HELTEC_V3_GPS)
#define HAS_BUTTON
#endif

Expand Down Expand Up @@ -110,8 +110,8 @@
#define OLED_SDA 17
#define OLED_SCL 18
#define OLED_RST 21
#define GPS_RX 19
#define GPS_TX 20
#define GPS_RX 47
#define GPS_TX 48
#define BUTTON_PIN 0
#define RADIO_SCLK_PIN 9
#define RADIO_MISO_PIN 11
Expand Down

0 comments on commit 8aa8c3b

Please sign in to comment.