Add Build Number

This commit is contained in:
iranl
2024-05-24 15:34:50 +02:00
parent aa721579f5
commit 210bb98633
6 changed files with 33 additions and 4 deletions

View File

@@ -252,6 +252,8 @@ void setup()
Log = &Serial;
Log->print(F("Nuki Hub version ")); Log->println(NUKI_HUB_VERSION);
Log->print(F("Nuki Hub build ")); Log->println(NUKI_HUB_BUILD);
bool firstStart = initPreferences();