Rename some wifi parameters for better alphabetical sort

This commit is contained in:
Oleg Kalachev
2026-05-09 17:55:55 +03:00
parent 7dfef17165
commit b62f2f9427
+2 -2
View File
@@ -110,8 +110,8 @@ Parameter parameters[] = {
{"RC_MODE", &modeChannel}, {"RC_MODE", &modeChannel},
// wifi // wifi
{"WIFI_MODE", &wifiMode}, {"WIFI_MODE", &wifiMode},
{"WIFI_LOC_PORT", &udpLocalPort}, {"WIFI_PORT_LOC", &udpLocalPort},
{"WIFI_REM_PORT", &udpRemotePort}, {"WIFI_PORT_REM", &udpRemotePort},
// mavlink // mavlink
{"MAV_SYS_ID", &mavlinkSysId}, {"MAV_SYS_ID", &mavlinkSysId},
{"MAV_RATE_SLOW", &telemetrySlow.rate}, {"MAV_RATE_SLOW", &telemetrySlow.rate},