Added Heltec V4.3 support/FEM autodetection

This commit is contained in:
2026-04-08 22:00:43 +03:00
parent e1029912e6
commit d925afc2f8
9 changed files with 87 additions and 199 deletions

View File

@@ -98,6 +98,8 @@ public:
void dumpRegisters(Stream& out);
bool isKCT8103L() { return _kct8103l; }
private:
void explicitHeaderMode();
void implicitHeaderMode();
@@ -139,6 +141,7 @@ private:
int _fifo_rx_addr_ptr;
uint8_t _packet[255];
bool _preinit_done;
bool _kct8103l;
void (*_onReceive)(int);
};