MAX31855-EH
chrono 2013-11-24 18:01:48 +01:00
rodzic 2cd982c201
commit ed01087e85
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -219,8 +219,11 @@ function updateProgress(percentage){
function runTask() {
var test = {
"cmd": "RUN",
"profile": profile[selected_profile]
"profile": profiles[selected_profile]
}
console.log(JSON.stringify(test));
ws_control.send(JSON.stringify(test));
}