arduino-alarm-clock icon indicating copy to clipboard operation
arduino-alarm-clock copied to clipboard

Update to ArduinoJson 6 and bug fixes that avoid Exception(2) crash

Open bornach opened this issue 2 years ago • 0 comments

Changes:

  1. Add support for ArduinoJson version 6.x
  2. Expand sprintf buffers to accommodate null terminator
  3. Function that wasn't returning a value has been declared void - this prevents an Exception(2) crash on some D1 Mini boards

bornach avatar Apr 03 '22 13:04 bornach