Browse Source

0429 debug

rita 2 năm trước cách đây
mục cha
commit
4941318ab3
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      app/templates/board_loader-1.html

+ 8 - 0
app/templates/board_loader-1.html

@@ -21,6 +21,14 @@
             $("#coffee_title_phone").text("板子燒錄程式");
             getValue();
             $('.select-input').prop('disabled', false);
+
+            for (let RelayNum = 1; RelayNum < 21; RelayNum++) {
+                select_relay(RelayNum);
+            }
+            for (let SensorNum = 1; SensorNum < 20; SensorNum++) {
+                selectSensor("M" + SensorNum);
+            }
+            
         });
         var Z;
         var X;