ESP32-C3 RC

This commit is contained in:
2025-01-03 02:57:12 -05:00
parent e7210a8cd6
commit a2715b2649

View File

@@ -484,6 +484,7 @@ static esp_err_t rc_espnow_init (void) {
}
memset(send_packet, 0, sizeof(espnow_data_packet_t));
send_packet->dest_mac = receiver_mac;
send_packet->len = CONFIG_ESPNOW_SEND_LEN; // 128
xTaskCreate(example_espnow_task, "controller data packets task", 2048, send_packet, 14, NULL);