Switched user button to OneButton, added alt button GPIO for #162

This commit is contained in:
Professr
2020-06-22 11:09:26 -07:00
parent ce9352fd23
commit cfcaf28ace
3 changed files with 25 additions and 23 deletions

View File

@@ -144,7 +144,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define I2C_SDA 21
#define I2C_SCL 22
#define BUTTON_PIN 38
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
#define BUTTON_PIN_ALT 13 // Alternate GPIO for an external button if needed
#ifndef USE_JTAG
#define RESET_GPIO 14