mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 15:00:52 +00:00
ESPNOW + WiFi + InfluxDB
This commit is contained in:
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
0
ESP-IDF_Robot/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
c94b6d5e7bcbe36a599a52e586ad7d13239a46cf
|
||||
e2a4c1769131036550436a5fb5a611ec94e46467
|
||||
|
@@ -379,7 +379,8 @@ void onDataReceived (const uint8_t *mac_addr, const uint8_t *data, uint8_t data_
|
||||
rc_x = buf.x_axis; // Save joystic x-axis value
|
||||
rc_y = buf.y_axis; // Save joystic y-axis value
|
||||
update_pwm(rc_x, rc_y);
|
||||
//mqtt_update_pwm_1(rc_x);
|
||||
mqtt_update_pwm_1(rc_x);
|
||||
mqtt_update_pwm_2(rc_y);
|
||||
}
|
||||
|
||||
void ultrasonic_task (void *arg) {
|
||||
|
Reference in New Issue
Block a user