The tests for persistent data storage only use uint16_t, float and int32_t. They should be done for all data types, especially also for std::string.
Recommendation: Start adding a variable with std::string to all test before adding the remaining numerical types.
This is a follow up of #9. It should be done after #11 (or maybe as a sub-task if it?)