Make RC_CHANNELS=16 corresponding the number of SBUS channels

This commit is contained in:
Oleg Kalachev
2024-10-23 06:13:18 +03:00
parent 23f3295439
commit f46460e53d
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
#include "Arduino.h"
#include "wifi.h"
#define RC_CHANNELS 6
#define RC_CHANNELS 16
#define MOTOR_REAR_LEFT 0
#define MOTOR_FRONT_LEFT 3