Skip to content
Snippets Groups Projects
Commit 7b8f2903 authored by puma's avatar puma
Browse files

Update bpm

parent f5af17fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
});
}
function updateBpm(device, i, machine) {
console.log(device, i, machine, data[device].Hor[i]);
console.log(device, i, machine);
fetch('https://puma-01.elettra.eu/panther/updater.php?read&filename='+machine+'.100.bpm').then((response) => {return response.json();}).then((data) => {
$('#bpmh').val(data[device].Hor[i]);
$('#bpmv').val(data[device].Ver[i]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment