fix: change url for firmware info to
openDTU-onbattery
This commit is contained in:
parent
cc32e3973e
commit
dfa0a1c98b
@ -74,9 +74,9 @@ export default defineComponent({
|
||||
},
|
||||
versionInfoUrl(): string {
|
||||
if (this.systemStatus.git_is_hash) {
|
||||
return 'https://github.com/tbnobody/OpenDTU/commits/' + this.systemStatus.git_hash;
|
||||
return 'https://github.com/helgeerbe/OpenDTU-OnBattery/commits/' + this.systemStatus.git_hash;
|
||||
}
|
||||
return 'https://github.com/tbnobody/OpenDTU/releases/tag/' + this.systemStatus.git_hash;
|
||||
return 'https://github.com/helgeerbe/OpenDTU-OnBattery/releases/tag/' + this.systemStatus.git_hash;
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user