ok1cdj / ESP8266-LUA

LUA scripts for ESP8266 with NodeMCU firmware
105 stars 63 forks source link

Doesn't work with latest Lua firmware #3

Closed Czayen closed 9 years ago

Czayen commented 9 years ago

Doesn't work with latest Lua firmware (version 0.9.5) I can see the following in the terminal but no data gets sent to thingspeak. (I have WiFi connection and correct API key)

Sending data to thingspeak.com Closing connection Got disconnection... Last temp: 213750 Temp:21.3750 C

ok1cdj commented 9 years ago

Hi, i'm still using nodemcu_512k_20141219.bin, the newest versions are buggy.

Ondra

Czayen commented 9 years ago

Thanks Ondrej, it works with that version.