mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
Make channels definition to rc.ino
It's also planned to parametrize them later
This commit is contained in:
@@ -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