rambo 3 ヶ月 前
コミット
44db92f81a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      python/settings.py

+ 1 - 1
python/settings.py

@@ -76,7 +76,7 @@ def get_dict_value(_dict, key, default=None):
     else:
         return default
 # 鞋设备为1  服装设备为5
-MCU_CODE = 1
+MCU_CODE = 5
 MACHINE_LEVEL = (
     "二档"
     if getSysConfigs("other_configs", "device_speed", "二档") == ""