mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* TBeam: minor refactor.
This commit is contained in:
parent
c7f791963e
commit
d21274db41
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
// Defined using AXP2102
|
||||
#define XPOWERS_CHIP_AXP2101
|
||||
XPowersAXP2101 power;
|
||||
|
||||
// LoRa radio module pins for TBeam
|
||||
#define P_LORA_DIO_0 26
|
||||
|
|
@ -29,6 +28,8 @@ XPowersAXP2101 power;
|
|||
#include <driver/rtc_io.h>
|
||||
|
||||
class TBeamBoard : public ESP32Board {
|
||||
XPowersAXP2101 power;
|
||||
|
||||
public:
|
||||
void begin() {
|
||||
ESP32Board::begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue