show firmware version and build date on companion screen

This commit is contained in:
liamcottle 2025-04-08 22:58:17 +12:00
parent 348db9b82f
commit 28aa94b899
3 changed files with 19 additions and 6 deletions

View file

@ -1505,7 +1505,7 @@ void setup() {
#endif
#ifdef HAS_UI
ui_task.begin(disp, the_mesh.getNodeName(), FIRMWARE_BUILD_DATE, the_mesh.getBLEPin());
ui_task.begin(disp, the_mesh.getNodeName(), FIRMWARE_BUILD_DATE, FIRMWARE_VERSION, the_mesh.getBLEPin());
#endif
}