We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a6046 commit a0f25f4Copy full SHA for a0f25f4
builder/frameworks/ulp.py
@@ -45,7 +45,7 @@ def prepare_ulp_env_vars(env):
45
toolchain_path_ulp = platform.get_package_dir(
46
"toolchain-esp32ulp"
47
if sdk_config.get("ULP_COPROC_TYPE_FSM", False)
48
- else ""
+ else None
49
)
50
51
python_dir = os.path.dirname(ulp_env.subst("$PYTHONEXE")) or ""
0 commit comments