mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Fix access to version from Berry
This commit is contained in:
parent
94842bc0d1
commit
e32c39f21d
@ -537,7 +537,7 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t be_Tasmota_version(void) {
|
int32_t be_Tasmota_version(void) {
|
||||||
return VERSION;
|
return Settings->version;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user