mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-26 20:22:57 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user