t-beams validadas y radiolib710

This commit is contained in:
richonguzman 2024-12-09 13:43:34 -03:00
parent 846056b845
commit 68ac02dc4e
10 changed files with 17 additions and 15 deletions

View File

@ -30,7 +30,7 @@ lib_deps =
adafruit/Adafruit BME680 Library @ 2.0.4
bblanchon/ArduinoJson @ 6.21.3
h2zero/NimBLE-Arduino @ 1.4.1
jgromes/RadioLib @ 6.6.0
jgromes/RadioLib @ 7.1.0
mathieucarbou/AsyncTCP @ 3.2.5
mathieucarbou/ESPAsyncWebServer @ 3.2.3
mikalhart/TinyGPSPlus @ 1.0.3

View File

@ -2,6 +2,7 @@
#define POWER_UTILS_H_
#include <Arduino.h>
#include "board_pinout.h"
#if defined(HAS_AXP2101) || defined(HAS_AXP192)
#include "XPowersLib.h"
#else

View File

@ -6,6 +6,7 @@
#include "configuration.h"
#include "APRSPacketLib.h"
#include "battery_utils.h"
#include "board_pinout.h"
#include "power_utils.h"
#include "menu_utils.h"
#include "msg_utils.h"

View File

@ -1,3 +1,4 @@
#include "board_pinout.h"
#include "sleep_utils.h"
#include "power_utils.h"

View File

@ -23,10 +23,10 @@
#define GPS_RX 15
#define GPS_TX 12
// OTHER
// OTHER
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
#define BATTERY_PIN 35
#define HAS_BT_CLASSIC
#define HAS_BT_CLASSIC
#endif

View File

@ -1,4 +1,3 @@
[env:ttgo-t-beam-v0_7]
extends = env:esp32
board = ttgo-t-beam

View File

@ -24,10 +24,10 @@
#define GPS_RX 12
#define GPS_TX 34
// OTHER
// OTHER
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
#define HAS_AXP192
#define HAS_BT_CLASSIC
#define HAS_BT_CLASSIC
#endif

View File

@ -24,10 +24,10 @@
#define GPS_RX 12
#define GPS_TX 34
// OTHER
// OTHER
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
#define HAS_AXP2101
#define HAS_BT_CLASSIC
#define HAS_BT_CLASSIC
#endif

View File

@ -24,10 +24,10 @@
#define GPS_RX 12
#define GPS_TX 34
// OTHER
// OTHER
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
#define HAS_AXP2101
#define HAS_BT_CLASSIC
#define HAS_BT_CLASSIC
#endif

View File

@ -24,10 +24,10 @@
#define GPS_RX 12
#define GPS_TX 34
// OTHER
// OTHER
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
#define HAS_AXP192
#define HAS_BT_CLASSIC
#define HAS_BT_CLASSIC
#endif