mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 09:09:05 +00:00
Code comments
This commit is contained in:
@@ -382,7 +382,7 @@ void app_main(void)
|
||||
buf.motor1_rpm_pcm = 0;
|
||||
wifi_init();
|
||||
esp_now_init();
|
||||
esp_now_register_recv_cb(onDataReceived);
|
||||
esp_now_register_recv_cb(onDataReceived); // Callback function for receiving data
|
||||
|
||||
/*
|
||||
ADC
|
||||
|
Reference in New Issue
Block a user