mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-17 20:13:43 +00:00
RC Calibration
This commit is contained in:
@@ -533,7 +533,7 @@ void app_main(void)
|
|||||||
buf.x_axis = 0;
|
buf.x_axis = 0;
|
||||||
buf.y_axis = 0;
|
buf.y_axis = 0;
|
||||||
buf.motor1_rpm_pcm = 0;
|
buf.motor1_rpm_pcm = 0;
|
||||||
//wifi_init();
|
wifi_init();
|
||||||
esp_now_init();
|
esp_now_init();
|
||||||
esp_now_register_recv_cb((void*)onDataReceived); // Callback function for receiving data
|
esp_now_register_recv_cb((void*)onDataReceived); // Callback function for receiving data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user