Make channels definition to rc.ino

It's also planned to parametrize them later
This commit is contained in:
Oleg Kalachev
2025-01-10 09:37:48 +03:00
parent 568f9dd5b1
commit 821e6b105e
10 changed files with 54 additions and 55 deletions

View File

@@ -5,8 +5,8 @@
#include <Preferences.h>
extern float channelNeutral[RC_CHANNELS];
extern float channelMax[RC_CHANNELS];
extern float channelNeutral[16];
extern float channelMax[16];
Preferences storage;