Chat about current Lua tools and IDEs

User avatar
By adoconnection
#58907 Security update (beta)
  • Mandatory HTTPS
  • AES128 encrypted MQTT communications ESP <--> EspSky
  • Downloaded files are signed
  • New sample for SPI display (like Nokia 5110 / pcd8544)

So now devices are somewhat secure and rather will restart all the time than be a part of botnet.

Those few who used EspSky have to download latest ESPSky.lua and reboot device.
Code: Select allhttp.get("http://espsky.com/resources/setup/espsky-latest.txt", nil, function(code, data) if (code == 200) then file.open("ESPSky.lua", "w+"); file.write(data); file.close(); print("OK");else print("ERR");end; end)


Image

Image
Image