mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 14:06:32 +00:00
Make channels definition to rc.ino
It's also planned to parametrize them later
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user