Prusa-Firmware/Firmware/util.h
bubnikv 0b372bfc94 Added a new feature to the "M115" code:
"M115 Umajor.minor.revision-flavor" will trigger a dialog
on the display if the "upgrade" firmware version number is higher
than the current version number.
2016-07-07 20:26:59 +02:00

9 lines
178 B
C

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