Fix firmware build with Wi-Fi disabled

This commit is contained in:
Oleg Kalachev 2025-01-24 13:50:07 +03:00
parent 40043768fe
commit 60fbe1c450

View File

@ -68,8 +68,10 @@ Parameter parameters[] = {
{"RC_MAX_5", &channelMax[5]},
{"RC_MAX_6", &channelMax[6]},
{"RC_MAX_7", &channelMax[7]},
#if WIFI_ENABLED == 1
// MAVLink
{"MAV_CTRL_SCALE", &mavlinkControlScale},
#endif
};
void setupParameters() {