diff --git a/main/ble.c b/main/ble.c index 22af09b..68cfbe4 100644 --- a/main/ble.c +++ b/main/ble.c @@ -458,7 +458,7 @@ static void on_sync() { } static void on_reset(int reason) { - ESP_LOGI(TAG, "on_reset, reason: %d", reason); + ESP_LOGE(TAG, "on_reset, reason: %d", reason); } void nimble_host_task(void *param) {