-
Good afternoon.
Write example code ethernet.h and webserver.h
I have successfully used webserver.h with wifi (esp32), however this does not work with ethernet (w5500).
Thanks.
p.s. A similar quest…
-
I am using esp32 + w5500. The output of the index.html file to the web site via spiffs does not work. Simple helloserver works. I used this construction in standard webserver.h + esp32 via WiFi. Every…
-
Hi,
Your README says that From v1.0.2+, the library supports ... STM32F series .... But when I attempt to compile the PostServer example for an STM32F103, I get
WARNING: library functional-vlpp…
-
I have set up a simple sketch that serves a html on /login. Here is the code
```
#include
#include
#define webpage F("Redacted - Loginfunction onLoginButtonClick(){let passwordAlert=document.g…
-
@khoih-prog
Hi
Is it possible to port to NRF52 chips ? I can test here!
Are the routines HIGH level ? (hardware gpios access)
Thanks!
-
I downloaded the latest version of energia ( 0101E0013 ), but while compiling the ethernet related examples, I'm getting this error message :
//------------------------------------------------------…