forked from platformio/platformio-core
Typo fix
This commit is contained in:
@@ -78,7 +78,7 @@ def LoadDevPlatform(env, variables):
|
|||||||
return
|
return
|
||||||
|
|
||||||
board_config = env.BoardConfig()
|
board_config = env.BoardConfig()
|
||||||
for k in variables:
|
for k in variables.keys():
|
||||||
if (k in env or
|
if (k in env or
|
||||||
not any([k.startswith("BOARD_"), k.startswith("UPLOAD_")])):
|
not any([k.startswith("BOARD_"), k.startswith("UPLOAD_")])):
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user