From e32c39f21dd1cd45c34b28a0922e173736535e5b Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:21:47 +0200 Subject: [PATCH] Fix access to version from Berry --- tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino b/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino index afb1bc496..1c49d050e 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino @@ -537,7 +537,7 @@ extern "C" { } int32_t be_Tasmota_version(void) { - return VERSION; + return Settings->version; } /*