Skip to content

Commit e4ff871

Browse files
committed
update test tool version
1 parent 8dae896 commit e4ff871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qcloud-iot-at-esp8266/QCloud_IoT_AT_Test_Tool/QCloud_IoT_AT_Test_Tool.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Date: 2019-07-26 (v1.1)
88
Date: 2019-09-03 (v1.2)
99
Date: 2020-01-15 (v1.3)
10+
Date: 2020-08-21 (v2.0)
1011
'''
1112

1213
######################## README ###################################
@@ -16,7 +17,7 @@
1617
# 使用环境:基于python3和pyserial/paho-mqtt模块
1718
######################## README ###################################
1819

19-
Tool_Version = 'v1.3'
20+
Tool_Version = 'v2.0'
2021

2122
import threading
2223
import serial

0 commit comments

Comments
 (0)