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