Prusa-Firmware/Firmware/util.h

9 lines
178 B
C
Raw Normal View History

#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 */