Add DFU to BLE Stack

This commit is contained in:
txkbaldlaw
2026-04-16 16:04:30 -05:00
parent 9f680d1744
commit b898e7a04e
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#endif
class SerialBLEInterface : public BaseSerialInterface {
BLEDfu bledfu;
BLEUart bleuart;
bool _isEnabled;
bool _isDeviceConnected;