-
platform.ini file as below
```ini
[common]
# ------------------------------------------------------------------------------
# PLATFORM:
# !! DO NOT confuse platformio's ESP8266 development pl…
-
When trying to serve pages of say
-
Hi,
We've developed a solution using the Pico 2040W that gets data from an Acconner radar chip (core 1) and saves this into a circular buffer that is then read and uploaded (core 0) using this libr…
-
Hello,
We're developing an embedded application based on the Pico 2040W and are running the [maxgerhardt](https://github.com/maxgerhardt/platform-raspberrypi.git) platform with the [earlephilhower]…
-
Hi,
when I install librery in platformio appear this error:
Library Manager: Installing git+https://github.com/khoih-prog/ESPAsyncTCP
git version 2.34.0.windows.1
Cloning into 'C:\Users\msanc\…
-
Dear Khoih,
Thank you for release 1.3.0. However, the AsyncWebSocket server crashes after a while.
In my current project, a value is transferred to the browser every 20 ms and displayed there in …
drmue updated
2 years ago
-
It's great if we can provide a way for users to change WiFi `country-code`, if necessary. Check [**Pi PICO-W WifiServer example code failure** #860](https://github.com/earlephilhower/arduino-pico/issu…
-
html file or message is > 4500 bytes
server.send buffer truncates at > 4096
String message="";
message+=("html content is over 4500 bytes");
server.send(200, "text/html", message);
-
### Is your feature request related to a problem? Please describe.
Would like to use TLS encryption
### Describe the solution you'd like
Would like [Self Signed Certs](https://github.com/kho…
-
We currently can't install / update the [**AsyncWebServer_RP2040W** v1.1.0](https://github.com/khoih-prog/AsyncWebServer_RP2040W) via Arduino IDE Library Manager. Installing the old v1.0.3 is OK.
I…