Fix access to version from Berry

This commit is contained in:
s-hadinger 2023-10-03 19:21:47 +02:00 committed by GitHub
parent 94842bc0d1
commit e32c39f21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -537,7 +537,7 @@ extern "C" {
}
int32_t be_Tasmota_version(void) {
return VERSION;
return Settings->version;
}
/*