Skip to content

Commit 3f33cce

Browse files
committed
Merge branch 'release/v6.8.1'
2 parents e08b419 + 4ee97bd commit 3f33cce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

builder/frameworks/ulp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ def _generate_ulp_configuration_action(env, target, source):
114114
os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake"),
115115
)
116116

117-
print(555, cmd)
118-
119117
result = exec_command(cmd)
120118
if result["returncode"] != 0:
121119
sys.stderr.write(result["err"] + "\n")

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-espressif32.git"
2020
},
21-
"version": "6.8.0",
21+
"version": "6.8.1",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinoespressif32",

0 commit comments

Comments
 (0)