mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Fix firmware build with Wi-Fi disabled
This commit is contained in:
parent
40043768fe
commit
60fbe1c450
@ -68,8 +68,10 @@ Parameter parameters[] = {
|
|||||||
{"RC_MAX_5", &channelMax[5]},
|
{"RC_MAX_5", &channelMax[5]},
|
||||||
{"RC_MAX_6", &channelMax[6]},
|
{"RC_MAX_6", &channelMax[6]},
|
||||||
{"RC_MAX_7", &channelMax[7]},
|
{"RC_MAX_7", &channelMax[7]},
|
||||||
|
#if WIFI_ENABLED == 1
|
||||||
// MAVLink
|
// MAVLink
|
||||||
{"MAV_CTRL_SCALE", &mavlinkControlScale},
|
{"MAV_CTRL_SCALE", &mavlinkControlScale},
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
void setupParameters() {
|
void setupParameters() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user