* nrf52 BLE, increased MTU to 250

This commit is contained in:
Scott Powell 2025-02-13 20:22:56 +11:00
parent 7af8f4dfa3
commit cd9b60495d
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,6 @@ class SerialBLEInterface : public BaseSerialInterface {
bool oldDeviceConnected;
bool checkAdvRestart;
bool _isEnabled;
uint32_t _pin_code;
unsigned long _last_write;
struct Frame {