marcoskirsch / nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
GNU General Public License v2.0
397 stars 166 forks source link

Not working at SDK 1.4.0 #65

Closed dimkaf closed 7 years ago

dimkaf commented 8 years ago

NodeMCU custom build by frightanic.com branch: master commit: c8037568571edb5c568c2f8231e4f8ce0683b883 SSL: false modules: adc,bit,cjson,file,gpio,i2c,net,node,ow,pwm,rtcfifo,rtcmem,rtctime,sntp,spi,tmr,uart,wifi build built on: 2016-05-31 14:01 powered by Lua 5.1.4 on SDK 1.4.0

marcoskirsch commented 7 years ago

Try the latest code Works for me with:

powered by Lua 5.1.4 on SDK 1.5.4.1(39cb9a32)