show firmware version and build date on repeater screen

This commit is contained in:
liamcottle 2025-04-08 23:05:27 +12:00
parent 28aa94b899
commit 4a51cb98c6
3 changed files with 16 additions and 6 deletions

View file

@ -658,7 +658,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