Update config_version.py
This commit is contained in:
@@ -7,7 +7,7 @@ parser.add_argument('ota_type', type=str)
|
||||
args = parser.parse_args()
|
||||
|
||||
regex = r"\#define NUKI_HUB_VERSION \"(.*)\""
|
||||
regex2 = r"\#define NUKI_HUB_VERSION_INT \"(.*)\""
|
||||
regex2 = r"\#define NUKI_HUB_VERSION_INT \(uint32_t\)\"(.*)\""
|
||||
version = "unknown"
|
||||
|
||||
with open('src/Config.h', 'r') as file:
|
||||
|
||||
Reference in New Issue
Block a user