Skip to content

Commit

Permalink
Fix access to version from Berry
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Oct 3, 2023
1 parent 94842bc commit e32c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_52_3_berry_tasmota.ino
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ extern "C" {
}

int32_t be_Tasmota_version(void) {
return VERSION;
return Settings->version;
}

/*
Expand Down

0 comments on commit e32c39f

Please sign in to comment.