mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 10:23:23 +00:00
RC Calibration
This commit is contained in:
@@ -89,6 +89,7 @@ static void update_pwm (int rc_x, int rc_y) {
|
||||
s++;*/
|
||||
|
||||
// FORWARD AND REVERSE
|
||||
// x > 5000 & ( y > 2000 && y < 2250 )
|
||||
if ((x > 1500) && (y > 700 && y < 850)) {
|
||||
//ESP_LOGW("ESP-NOW", "FORWARD");
|
||||
// Both sides rotate in forward direction.
|
||||
|
Reference in New Issue
Block a user