Added triple-press GPS toggle button changes for select ESP32 devices (#2617)
* Added triple-press GPS toggle button changes * Revert edits to extensions.json * comma'd --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: code8buster <communismisgreat@national.shitposting.agency>
This commit is contained in:
co-authored by
GitHub
Ben Meadors
code8buster
parent
541291cc70
commit
5995c7060d
@@ -8,6 +8,8 @@
|
||||
#define GPS_RX_PIN 36
|
||||
#define GPS_TX_PIN 33
|
||||
|
||||
#define PIN_GPS_EN 37 // GPS power enable pin
|
||||
|
||||
#ifndef USE_JTAG // gpio15 is TDO for JTAG, so no I2C on this board while doing jtag
|
||||
#define I2C_SDA 4 // I2C pins for this board
|
||||
#define I2C_SCL 15
|
||||
|
||||
Reference in New Issue
Block a user