diff --git a/src/MPDevice.h b/src/MPDevice.h index 5df84a33..de0f66f8 100644 --- a/src/MPDevice.h +++ b/src/MPDevice.h @@ -434,7 +434,7 @@ private slots: EXPORT_IS_BLE_INDEX = 14, EXPORT_BLE_USER_CATEGORIES_INDEX = 15 }; - static constexpr int RESET_SEND_DELAY = 1000; + static constexpr int RESET_SEND_DELAY = 2000; static constexpr int INIT_STARTING_DELAY = RESET_SEND_DELAY + 150; static constexpr int STATUS_STARTING_DELAY = RESET_SEND_DELAY + 500; };