We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 220839d + 95a2a00 commit 0b1998bCopy full SHA for 0b1998b
builder/main.py
@@ -47,7 +47,7 @@ def _parse_size(value):
47
return value
48
49
50
-@functools.lru_cache
+@functools.lru_cache(maxsize=None)
51
def _parse_ld_sizes(ldscript_path):
52
assert ldscript_path
53
result = {}
platform.json
@@ -17,7 +17,7 @@
17
"type": "git",
18
"url": "https://github.com/platformio/platform-espressif8266.git"
19
},
20
- "version": "4.0.0",
+ "version": "4.0.1",
21
"frameworks": {
22
"arduino": {
23
"package": "framework-arduinoespressif8266",
0 commit comments