make reset an error just to call it out

This commit is contained in:
Morgan 'ARR\!' Allen 2021-09-10 20:38:38 -07:00
parent cdc6dd5247
commit 2b4c2e8338
1 changed files with 1 additions and 1 deletions

View File

@ -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) {