diff --git a/builder/frameworks/ulp.py b/builder/frameworks/ulp.py index ad61d8002..7f4d17c05 100644 --- a/builder/frameworks/ulp.py +++ b/builder/frameworks/ulp.py @@ -114,8 +114,6 @@ def _generate_ulp_configuration_action(env, target, source): os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"), ) - print(555, cmd) - result = exec_command(cmd) if result["returncode"] != 0: sys.stderr.write(result["err"] + "\n") diff --git a/platform.json b/platform.json index 8fcafc4c9..bf0fee096 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif32.git" }, - "version": "6.8.0", + "version": "6.8.1", "frameworks": { "arduino": { "package": "framework-arduinoespressif32",