arduino-alarm-clock
arduino-alarm-clock copied to clipboard
Update to ArduinoJson 6 and bug fixes that avoid Exception(2) crash
Changes:
- Add support for ArduinoJson version 6.x
- Expand sprintf buffers to accommodate null terminator
- Function that wasn't returning a value has been declared void - this prevents an Exception(2) crash on some D1 Mini boards