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