Inital version to support OTA

This commit is contained in:
2025-02-15 16:57:21 +01:00
parent 33fdae3fb2
commit e8b8e95c13
6 changed files with 40 additions and 35 deletions

View File

@@ -5,6 +5,8 @@
#include <WString.h>
#endif
#pragma once
struct Version {
int major;
int minor;