[2.0.1]
Added
- Mentioned compatibility of libtropic 2.0.0 and 2.0.1 with FW 1.0.0 and Bootloader v2.0.1 in the main README.md compatibility table.
- Row in the compatibility table for libtropic 2.0.1.
- Section about TROPIC01 firmware in the documentation.
Fixed
- Handling of
addargument in the Mac-And-Destroy example (lt_ex_macandd.c):NULLcan be passed,memcpy()will not be called withNULLargument and no additional data will be used in the M&D sequence. - Set newest available FW version in CMakeLists.txt.
- CMakeLists.txt: use
set()for string options, enhance validating of their values