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