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
|
|
@ -887,7 +887,7 @@ void setup() {
|
|||
the_mesh.begin(fs);
|
||||
|
||||
#ifdef DISPLAY_CLASS
|
||||
ui_task.begin(the_mesh.getNodeName(), FIRMWARE_BUILD_DATE);
|
||||
ui_task.begin(the_mesh.getNodeName(), FIRMWARE_BUILD_DATE, FIRMWARE_VERSION);
|
||||
#endif
|
||||
|
||||
// send out initial Advertisement to the mesh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue