button update for DIY and boards with no button
This commit is contained in:
parent
c425a9adc5
commit
18fe686b2d
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -28,8 +28,8 @@
|
||||||
#define GPS_TX 16
|
#define GPS_TX 16
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
#define BATTERY_PIN 35
|
|
||||||
#define BUTTON_PIN 15
|
#define BUTTON_PIN 15
|
||||||
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@
|
||||||
#define GPS_TX 16
|
#define GPS_TX 16
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
#define BATTERY_PIN 35
|
|
||||||
#define BUTTON_PIN 15
|
#define BUTTON_PIN 15
|
||||||
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
#define BATTERY_PIN 35 //LoRa32 Battery PIN 100k/100k
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#define GPS_TX 34
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
#define GPS_TX -1
|
#define GPS_TX -1
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
#define GPS_TX -1
|
#define GPS_TX -1
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
#define BUTTON_PIN 15
|
||||||
#define BATTERY_PIN 35
|
#define BATTERY_PIN 35
|
||||||
|
|
||||||
#define HAS_BT_CLASSIC
|
#define HAS_BT_CLASSIC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue