mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
show firmware version and build date on room server screen
This commit is contained in:
parent
4a51cb98c6
commit
bc820ae93e
3 changed files with 16 additions and 6 deletions
|
|
@ -8,11 +8,12 @@ class UITask {
|
|||
int _prevBtnState;
|
||||
const char* _node_name;
|
||||
const char* _build_date;
|
||||
char _version_info[32];
|
||||
|
||||
void renderCurrScreen();
|
||||
public:
|
||||
UITask(DisplayDriver& display) : _display(&display) { _next_read = _next_refresh = 0; }
|
||||
void begin(const char* node_name, const char* build_date);
|
||||
void begin(const char* node_name, const char* build_date, const char* firmware_version);
|
||||
|
||||
void loop();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue