Fix version math

This commit is contained in:
iranl
2024-12-05 22:08:49 +01:00
parent c4f9644c97
commit 3b3eb2902c
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#include "sdkconfig.h"
#define NUKI_HUB_VERSION "9.03"
#define NUKI_HUB_VERSION_INT (uint32_t)"903"
#define NUKI_HUB_VERSION_INT (uint32_t)903
#define NUKI_HUB_BUILD "unknownbuildnr"
#define NUKI_HUB_DATE "2024-12-03"