#include "watch_settings.h" /* WatchSetting object with default values */ static WatchSettings_t watchSettings = { .timeAndDate = {.config = 0}, .display = {.brightness = 255, .sleep_timeout = 0,}, }; WatchSettings_t *persistency_get_settings(void) { return &watchSettings; }