From efd2de6025d4e57a71d83ef5c3b39c8db7b383e8 Mon Sep 17 00:00:00 2001 From: dnc40085 Date: Sun, 26 Apr 2015 19:51:15 -0700 Subject: [PATCH] Add getphymode and setphymode to wifi module --- app/modules/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;