Update BPF pins
This commit is contained in:
parent
76360ae536
commit
2ba44e2101
135 changed files with 14085 additions and 630 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* @license MIT
|
||||
* @copyright Copyright (c) 2024 ShenZhen XinYuan Electronic Technology Co., Ltd
|
||||
* @date 2024-04-25
|
||||
*
|
||||
* @last-update 2024-08-07
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
@ -60,7 +60,7 @@ typedef struct {
|
|||
} DevInfo_t;
|
||||
|
||||
|
||||
void setupBoards();
|
||||
void setupBoards(bool disable_u8g2 = false);
|
||||
|
||||
bool beginSDCard();
|
||||
|
||||
|
|
@ -74,6 +74,12 @@ void printResult(bool radio_online);
|
|||
|
||||
void flashLed();
|
||||
|
||||
void scanDevices(TwoWire *w);
|
||||
|
||||
bool beginGPS();
|
||||
|
||||
void loopPMU();
|
||||
|
||||
#ifdef HAS_PMU
|
||||
extern XPowersLibInterface *PMU;
|
||||
extern bool pmuInterrupt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue