Fix handling of upload port when board option is not specified in platformio.ini // Resolve #313

This commit is contained in:
Ivan Kravets
2015-11-02 21:41:13 +02:00
parent 32d3b632d2
commit caa0961337
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (2, 4, "0.dev0")
VERSION = (2, 4, "0.dev1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"