Skip to content

Commit

Permalink
Merge branch 'release/v6.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 30, 2024
2 parents e08b419 + 4ee97bd commit 3f33cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions builder/frameworks/ulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f33cce

Please sign in to comment.