make reset an error just to call it out
This commit is contained in:
parent
cdc6dd5247
commit
2b4c2e8338
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue