Skip to content
Snippets Groups Projects
Commit 1e74160f authored by puma's avatar puma
Browse files

Update bpm

parent 7b8f2903
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
});
}
function updateBpm(device, i, machine) {
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