Skip to content

Commit 0b1998b

Browse files
committed
Merge branch 'release/v4.0.1'
2 parents 220839d + 95a2a00 commit 0b1998b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _parse_size(value):
4747
return value
4848

4949

50-
@functools.lru_cache
50+
@functools.lru_cache(maxsize=None)
5151
def _parse_ld_sizes(ldscript_path):
5252
assert ldscript_path
5353
result = {}

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "https://github.com/platformio/platform-espressif8266.git"
1919
},
20-
"version": "4.0.0",
20+
"version": "4.0.1",
2121
"frameworks": {
2222
"arduino": {
2323
"package": "framework-arduinoespressif8266",

0 commit comments

Comments
 (0)