mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
Implement RC fail-safe
This commit is contained in:
@@ -21,6 +21,7 @@ void readRC() {
|
||||
SBUSData data = RC.data();
|
||||
memcpy(channels, data.ch, sizeof(channels)); // copy channels data
|
||||
normalizeRC();
|
||||
controlsTime = t;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user