Pause BLE logging during want_config flow (#4162)

This commit is contained in:
Ben Meadors
2024-06-22 07:00:48 -05:00
committed by GitHub
parent f8db38cf99
commit d32cdecc06
5 changed files with 8 additions and 3 deletions

View File

@@ -98,8 +98,6 @@ class PhoneAPI
bool isConnected() { return state != STATE_SEND_NOTHING; }
void setInitialState() { state = STATE_SEND_MY_INFO; }
protected:
/// Our fromradio packet while it is being assembled
meshtastic_FromRadio fromRadioScratch = {};