Rename RC_CHANNEL_AUX to RC_CHANNEL_ARMED

This commit is contained in:
Oleg Kalachev
2024-01-19 05:19:41 +03:00
parent 26a028ff66
commit ed6d09061b
6 changed files with 9 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ public:
// read rc
readRC();
controls[RC_CHANNEL_MODE] = 1; // 0 acro, 1 stab
controls[RC_CHANNEL_AUX] = 1; // armed
controls[RC_CHANNEL_ARMED] = 1; // armed
estimate();