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

Fixed unnecessary globals as in issue #113. #122

Closed Fractal147 closed 6 years ago

Fractal147 commented 6 years ago

This resolves most of issue #113, which mentioned all of these changes. I've not approached fullPayload and bBodyMissing, since they are somewhat needed - barring some more reconnection logic.