JaapBraam / LoRaWanGateway

A LoRaWan Gateway in LUA
MIT License
225 stars 74 forks source link

docs: Dev branch missing CJSON at https://nodemcu-build.com #30

Closed xenek closed 7 years ago

xenek commented 7 years ago

Seems that the dev branch is missing CJSON, while the master branch now has it

At https://nodemcu-build.com

Docs might need update?

JaapBraam commented 7 years ago

The simple solution _G.cjson = sjson as suggested in the NodeMCU docs doesn't work.

For now I will just update the docs...

JaapBraam commented 7 years ago

LoRaWanGateway is now compatible with the NodeMCU dev branch...