mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
Delete extra_script.py
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
Import("env")
|
|
||||||
|
|
||||||
#my_flags = env.ParseFlags(env['BUILD_FLAGS'])
|
|
||||||
#defines = {k: v for (k, v) in my_flags.get("CPPDEFINES")}
|
|
||||||
# print defines
|
|
||||||
|
|
||||||
#env.Replace(PROGNAME="firmware_%s" % defines.get("VERSION"))
|
|
||||||
|
|
||||||
# print env.Dump()
|
|
||||||
|
|
||||||
env.Replace(PROGNAME="firmware_%s" % env['BOARD'])
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user