-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update arduino-esp32 to fix some network issues
Nothing user-visible or changelog-worthy. - Fix very rare websocket update stall. - Increase TCPIP task mbox, loopback queue and TCP MSS. - Reduce oversized task stacks. - Reduce WiFi buffers to reduce memory pressure when no PSRAM is available.
- Loading branch information
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...e/packages/arduino-esp32#warp-2.3.1_7bcc33fad7e90b136e80ecf36daf84029cbd4510/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "framework-arduinoespressif32", | ||
"version": "2.0.15", | ||
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs", | ||
"keywords": [ | ||
"framework", | ||
"arduino", | ||
"espressif", | ||
"esp32" | ||
], | ||
"license": "LGPL-2.1-or-later", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/espressif/arduino-esp32" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
.../packages/arduino-esp32#warp2-2.3.1_577956dd68b98b78a03ace3f12f2d134fb3127dd/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "framework-arduinoespressif32", | ||
"version": "2.0.15", | ||
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs", | ||
"keywords": [ | ||
"framework", | ||
"arduino", | ||
"espressif", | ||
"esp32" | ||
], | ||
"license": "LGPL-2.1-or-later", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/espressif/arduino-esp32" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[ | ||
{ | ||
"base": "arduino-esp32", | ||
"branch": "warp-2.2.2", | ||
"commit": "b79a7c1d069c891a1eadf6951f03c1119c3cf4ef", | ||
"branch": "warp-2.3.1", | ||
"commit": "7bcc33fad7e90b136e80ecf36daf84029cbd4510", | ||
"url": "https://github.com/Tinkerforge/arduino-esp32" | ||
}, | ||
{ | ||
"base": "arduino-esp32", | ||
"branch": "warp2-2.2.2", | ||
"commit": "d74a4d490aac9d67b6b041946a20ea568864ca29", | ||
"branch": "warp2-2.3.1", | ||
"commit": "577956dd68b98b78a03ace3f12f2d134fb3127dd", | ||
"url": "https://github.com/Tinkerforge/arduino-esp32" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters