Skip to content

Commit

Permalink
Merge branch 'release/v4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 1, 2022
2 parents 220839d + 95a2a00 commit 0b1998b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _parse_size(value):
return value


@functools.lru_cache
@functools.lru_cache(maxsize=None)
def _parse_ld_sizes(ldscript_path):
assert ldscript_path
result = {}
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif8266.git"
},
"version": "4.0.0",
"version": "4.0.1",
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif8266",
Expand Down

0 comments on commit 0b1998b

Please sign in to comment.