mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 03:43:28 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -829,6 +829,7 @@ void app_main(void)
|
||||
ESP_LOGW(TAG, "Invalid data [%s_%"PRIu32"_%"PRIx32"]", unit, chan_num, data);
|
||||
}
|
||||
}
|
||||
ESP_LOGI(TAG, "x: %"PTIu32);
|
||||
/**
|
||||
* Because printing is slow, so every time you call `ulTaskNotifyTake`, it will immediately return.
|
||||
* To avoid a task watchdog timeout, add a delay here. When you replace the way you process the data,
|
||||
|
Reference in New Issue
Block a user