Update: 更新esptool ( version: 4.7.0 )
This commit is contained in:
3
tools/python/esptool/intelhex/__version__.py
Normal file
3
tools/python/esptool/intelhex/__version__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# IntelHex library version information
|
||||
version_info = (2, 3, 0)
|
||||
version_str = '.'.join([str(i) for i in version_info])
|
||||
Reference in New Issue
Block a user