mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 15:20:16 +00:00
PWM rescaling
This commit is contained in:
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
@@ -148,7 +148,7 @@ static void rc_send_data_task()
|
||||
if (esp_now_is_peer_exist((uint8_t*)receiver_mac)) {
|
||||
sendData();
|
||||
}
|
||||
vTaskDelay (10 / portTICK_PERIOD_MS);
|
||||
vTaskDelay (250 / portTICK_PERIOD_MS);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user