mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
redefine GPS TX pin for DIY schematic
This commit is contained in:
parent
c61bfae785
commit
bc7d1a4ef0
@ -234,6 +234,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define I2C_SDA 21
|
||||
#define I2C_SCL 22
|
||||
|
||||
// GPS
|
||||
//#undef GPS_RX_PIN
|
||||
//#define GPS_RX_PIN 12 // not connected
|
||||
#undef GPS_TX_PIN
|
||||
#define GPS_TX_PIN 15
|
||||
|
||||
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
||||
|
||||
#define LORA_DIO0 26 // a No connect on the SX1262/SX1268 module
|
||||
|
Loading…
Reference in New Issue
Block a user