Hi forum, when trying to store some settings so they keep their values after power-cycling the device, I tried this//settings.c
int persistentInt __attribute__((persistent, section(".persist")));
// Save settings
persiste..