Rename “debug_link” option to “debug_tool”

This commit is contained in:
Ivan Kravets
2017-04-01 14:35:55 +03:00
parent 8055c84087
commit 73f4bce99a
7 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import sys
VERSION = (3, 4, "0a1")
VERSION = (3, 4, "0a2")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"