ESP32-C3 RC

This commit is contained in:
2025-01-03 02:46:49 -05:00
parent 6d05fce8be
commit 855c9b0fb6

View File

@@ -477,7 +477,7 @@ static esp_err_t rc_espnow_init (void) {
espnow_data_packet_t *send_packet;
xTaskCreate(example_espnow_task, "example_espnow_task", 2048, send_packet, 14, NULL);
xTaskCreate(example_espnow_task, "controller data packets task", 2048, send_packet, 14, NULL);
}
static void rc_send_data_task2 (void *arg) {