]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_core/commitdiff
tries to implement rgb --> hsl -> rgb, but fails compiling for an index out of range...
authorRachael <srbennett@gmail.com>
Sun, 30 Apr 2017 21:32:54 +0000 (14:32 -0700)
committerRachael <srbennett@gmail.com>
Sun, 30 Apr 2017 21:32:54 +0000 (14:32 -0700)
net/nwfnet-diag.lua

index 08f03e663a4ab849e8cc8386f8f4bc8ef72d4529..7436c0724589143ea09ec70ec4097c5a7f665756 100644 (file)
@@ -6,7 +6,7 @@ return function(ena)
     nn.onnet["diag"] = function(e,...)
       if     e == "wstagoip" then local t = ... ; print(e,t.IP,t.netmask,t.gateway)
       elseif e == "wstaconn" then local t = ... ; print(e,t.SSID,t.BSSID,t.channel)
-      elseif e == "wstadscn" then local t = ... ; print(e,t.SSID,t.BSSID,t.reason)
+      elseif e == "wstadscn" then local t = ... ; --print(e,t.SSID,t.BSSID,t.reason)
       else print(e,...) end
     end
   else