Current Lua downloadable firmware will be posted here

User avatar
By David Skalka
#72521 Ok, i tested my ESP8266 with command wifi.setmaxtxpower(82), but I have still low signal range < 8 meters. With arduino core firmware I have significant better signal >12meter.

Here is my init code.

wifi.setmaxtxpower(82)
wifi.setmode(wifi.STATION)
wifi.sta.config({ssid="****",pwd="****"})
wifi.sta.setip({ip="192.168.1.111",netmask="255.255.255.0",gateway="192.168.1.1"})