-
Hello,
I tried this library on a Arduino Mega, I used your Ethernet Example, and it increased 15% on my current sketch, is that normal?
That's too much.
Size before Library: 74%
Size after Libra…
plckr updated
3 years ago
-
Hello,
I was recently evaluating your library to replace our custom Arduino HTTP Server implementation. Of all the libraries examined so far, yours is definitely the most polished, and certainly ha…
-
Okay, now this is a strange one and the use case is probably so niche it's not worth worrying about. However, I have permission to share the code, and this might be useful, at least as an application…
-
Both version 1 and version 3 end up having this error on an Arduino MKR WiFi 1010. This error is very intermittent.
-
### Description
I believe the WiFiClient write function does not handle cases where the lwip_send_r does not write all the data:
https://github.com/arduino/nina-fw/blob/master/arduino/libraries/WiFi…
-
Hello Lasse,
I am using your Lib for the first time, everything is going great but I noticed that the automatic generation of the scripts creates a different file than in the [tutorial](https://awot.…
-
The generated header file of the static file are taking a lot of place. I am wondering if I could use them via a sd card with something like the [sd card library](https://www.arduino.cc/en/reference/S…
-
Hello Lasse,
it's the first time I've used your great library.
I've worked through the example 1:1 and it's going great!
I received a message in PowerShell, is it critical or just an information?…
-
I have an ESP32 application that uses a web server as a user interface. For auditing and debugging during development I use Serial; however, that is impractical in the installed system. So, I decided …
-
First - I really love the aWOT framework. It's been incredibly useful for creating an API-driven service on my ESP8266.
I recently updated from 2.x to 3.x and was surprised with some of the major c…