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

support changed json API #116

Closed HHHartmann closed 6 years ago

HHHartmann commented 6 years ago

use sjson instead of cjson Also take care of backward compatibility before 2.1

marcoskirsch commented 6 years ago

To be honest, I don't care much for backwards compatibility with old firmware in this project if it adds complexity / test burden to the code. Will merge regardless.