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

@@ -85,6 +85,8 @@ extern uint32_t serialSinceMsec;
// This will suppress the current delay and instead try to run ASAP.
extern bool runASAP;
extern bool pauseBluetoothLogging;
void nrf52Setup(), esp32Setup(), nrf52Loop(), esp32Loop(), rp2040Setup(), clearBonds(), enterDfuMode();
meshtastic_DeviceMetadata getDeviceMetadata();