0b372bfc94
"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.
9 lines
178 B
C
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 */
|