Explorar el Código

增加版本号

v-kun hace 1 mes
padre
commit
79abd28d49
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      01001/v1.1/device.py

+ 3 - 0
01001/v1.1/device.py

@@ -2,6 +2,9 @@ from machine import Pin
 
 # 设备类型
 model = '01001'
+# 版本
+version = 1.0
+
 led = Pin(4, Pin.OUT)
 def command(com):
     """