Allow to override PROGNAME

This commit is contained in:
Ivan Kravets
2018-01-26 21:05:38 +02:00
parent 0bcb23cfc1
commit c56ceac643
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -34,8 +34,6 @@ platform = env.PioPlatform()
FRAMEWORK_DIR = platform.get_package_dir("framework-espidf")
assert FRAMEWORK_DIR and isdir(FRAMEWORK_DIR)
FRAMEWORK_VERSION = platform.get_package_version(
"framework-espidf")
def parse_mk(path):