#ifndef UTIL_H #define UTIL_H extern const char* FW_VERSION_STR_P(); extern bool show_upgrade_dialog_if_version_newer(const char *version_string); #endif /* UTIL_H */