mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 11:49:04 +00:00
Code comments
This commit is contained in:
@@ -382,7 +382,7 @@ void app_main(void)
|
|||||||
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(onDataReceived);
|
esp_now_register_recv_cb(onDataReceived); // Callback function for receiving data
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ADC
|
ADC
|
||||||
|
Reference in New Issue
Block a user