mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 01:14:49 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -472,6 +472,10 @@ static void rc_send_data_task (void *arg) {
|
|||||||
vTaskDelay (1000 / portTICK_PERIOD_MS);
|
vTaskDelay (1000 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static esp_err_t rc_espnow_init () {
|
||||||
|
|
||||||
|
}
|
||||||
static void rc_send_data_task2 (void *arg) {
|
static void rc_send_data_task2 (void *arg) {
|
||||||
|
|
||||||
uint8_t r = esp_now_send(send_param->dest_mac, send_param->buffer, send_param->len);
|
uint8_t r = esp_now_send(send_param->dest_mac, send_param->buffer, send_param->len);
|
||||||
|
Reference in New Issue
Block a user