updated V0_7 board

This commit is contained in:
richonguzman 2023-08-14 12:19:28 -04:00
parent 83f039bbc8
commit 41f7679732
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#ifdef TTGO_T_Beam_V0_7
#define GPS_RX 15
#define GPS_TX 12
#define BUTTON_PIN 38
#define BUTTON_PIN 39
#endif
#ifdef TTGO_T_LORA_V2_1

View File

@ -3,7 +3,7 @@
#include <Arduino.h>
#ifdef TTGO_T_Beam_V0_7
// The V0.7 boards have power managment components connected to TwoWire.
// The V0.7 boards have no power managment components connected to TwoWire.
// Battery charging is controlled by a TP5400 IC indepemdetly from the ESP32.
// Wire.h must be included to maitain software compatibility with V1.0 and 1.2 boards.
#include <Wire.h>