0.5.1 - Support SAMD21 boards
- 0.5.1 (2019-07-24, TZ DB version 2019a, beta)
- Add documentation about the ZoneManager into
USER_GUIDE.md
. - Move
DateStrings
string pointers into PROGMEM, saving 42 bytes of RAM. - Use
SERIAL_PORT_MONITOR
instead ofSerial
everywhere for portability
across different Arduino boards. - Support SAMD21 boards except for EEPROM which SAMD21 does not support.
- Add documentation about the ZoneManager into