Skip to content

Commit

Permalink
growcab
Browse files Browse the repository at this point in the history
  • Loading branch information
pks5 committed Oct 23, 2024
1 parent dbc1df9 commit c64335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion growcab/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h5 class="modal-title" id="statusModalLabel">Connection Error</h5>
else{
for (let i = 0; i<oData.devices.length; i++){
let oDevice = oData.devices[i];
if(oDevice.machineId === "d0de1f986e99352a502e341d4bc9d4f2686d97bd"){
if(oDevice.machineId === "0de4bfa2152043c5898d54b3e6cc91af20e36c1b"){
DeviceSelection.selectDevice(oDevice.machineId);
}
}
Expand Down

0 comments on commit c64335e

Please sign in to comment.