mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 04:44:59 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -757,7 +757,8 @@ static void temp_sensor_task (void *arg) {
|
|||||||
}
|
}
|
||||||
static void rc_task (void *arg) {
|
static void rc_task (void *arg) {
|
||||||
while (true) {
|
while (true) {
|
||||||
|
rc_get_raw_data();
|
||||||
|
vTaskDelay (250 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user