Rob Janssen
Rob Janssen
Why would you require a field separator (`0xFF`) after a `null` value (`0xFE`)? Why not have `0xFE` signal _both_ the null value _and_ "end of field"? That would make reading...
It would be really cool if the [json api](https://kno.wled.ge/interfaces/json-api/) also served a (static) [swagger.json](https://swagger.io/) file which would make 'discovering' and more importantly implementing the API a lot simpler (automatic client...
This pull request adds PlatformIO support (https://platformio.org). It also gets rid of 2 compilation warnings. It also incorporates PR #5 by @BizarroBull ('cast result of Serial.read() so it doesn't get...