From b62f2f9427bf7b03773fae29144c1ee36c555677 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 9 May 2026 17:55:55 +0300 Subject: [PATCH] Rename some wifi parameters for better alphabetical sort --- flix/parameters.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flix/parameters.ino b/flix/parameters.ino index 4fc0063..54e466a 100644 --- a/flix/parameters.ino +++ b/flix/parameters.ino @@ -110,8 +110,8 @@ Parameter parameters[] = { {"RC_MODE", &modeChannel}, // wifi {"WIFI_MODE", &wifiMode}, - {"WIFI_LOC_PORT", &udpLocalPort}, - {"WIFI_REM_PORT", &udpRemotePort}, + {"WIFI_PORT_LOC", &udpLocalPort}, + {"WIFI_PORT_REM", &udpRemotePort}, // mavlink {"MAV_SYS_ID", &mavlinkSysId}, {"MAV_RATE_SLOW", &telemetrySlow.rate},