🔨 PlatformIO 6 compatibility
This commit is contained in:
@@ -19,7 +19,8 @@ def copytree(src, dst, symlinks=False, ignore=None):
|
||||
shutil.copy2(s, d)
|
||||
|
||||
def replace_define(field, value):
|
||||
for define in env['CPPDEFINES']:
|
||||
envdefs = env['CPPDEFINES'].copy()
|
||||
for define in envdefs:
|
||||
if define[0] == field:
|
||||
env['CPPDEFINES'].remove(define)
|
||||
env['CPPDEFINES'].append((field, value))
|
||||
|
||||
Reference in New Issue
Block a user