Support for XIAO ESP32S3

This commit is contained in:
Mark Qvist
2025-04-13 00:11:21 +02:00
parent 6ae99dccb0
commit 7d868b4db6
7 changed files with 59 additions and 66 deletions

View File

@@ -56,6 +56,7 @@ public:
void receive(int size = 0);
void standby();
void sleep();
void reset(void);
bool preInit();
uint8_t getTxPower();
@@ -111,7 +112,6 @@ private:
void handleLowDataRate();
void optimizeModemSensitivity();
void reset(void);
void calibrate(void);
void calibrate_image(long frequency);