diff --git a/app/modules/wifi.c b/app/modules/wifi.c index b4fb34da..7221ddc2 100644 --- a/app/modules/wifi.c +++ b/app/modules/wifi.c @@ -172,7 +172,7 @@ static int wifi_setphymode( lua_State* L ) return 1; } -// Lua: realmode = getmode() +// Lua: wifi.getphymode() static int wifi_getphymode( lua_State* L ) { unsigned mode;