ESP-IDF Robot Controls

This commit is contained in:
2024-12-25 13:49:41 -05:00
parent a9f8bb2af0
commit d5dfd13d6e

View File

@@ -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,