util.h 178 B

12345678
  1. #ifndef UTIL_H
  2. #define UTIL_H
  3. extern const char* FW_VERSION_STR_P();
  4. extern bool show_upgrade_dialog_if_version_newer(const char *version_string);
  5. #endif /* UTIL_H */