#pragma once struct PersistedPlaylist { String dir; uint16_t file = 0; uint32_t position = 0; PersistedPlaylist(String s="") : dir(s) {} };