-
The [compatibility list](https://github.com/lasselukkari/aWOT#compatibility) does not include the Portenta H7. In the [source code I could find some conditional logic dependent on the microcontroller]…
-
**Describe the bug**
If I try to connect from a client to a websocket server implemented with mWebSockets the connection is not always setup.
**Environment info**
- IDE w/version: Arduino IDE 1…
-
Hi @lasselukkari,
first of all: being a beginner with embedded development, I am really impressed with awot. A quick test with a vue web app on an esp32 was a lot faster than other solutions for me. …
-
I've implemented a RESTful API server. At the moment I'm running the server in a superloop. I'm calling code similar to the one from https://github.com/lasselukkari/aWOT/blob/master/examples/Ethernet/…
-
I realized that while Request and Response are pretty specific terms, Application is certainly somewhat ambiguous, and it is entirely possible to have name collisions causing issues.
This can be a …
-
```
In file included from .pio\libdeps\nodemcuv2\aWOT\src\aWOT.cpp:23:0:
.pio\libdeps\nodemcuv2\aWOT\src\aWOT.cpp: In member function 'void Response::set(const char*, const char*)':
.pio\libdeps\no…
-
Compiler exits in this way:
`cannot declare variable 'server' to be of abstract type 'EthernetServer'`
Last library release installed, arduino IDE 1.8.12, ESP32 1.0.6 eith ethernet library and w55…
argo9 updated
3 years ago
-
In file included from src/main.cpp:2:0:
lib/aWOT/src/aWOT.h:68:0: warning: "pgm_read_byte" redefined
#define pgm_read_byte(ptr) (unsigned char)(*ptr)
In file included from /home/am/.platformio/…
-
SETUP:
The build I have utilizes a W5500 wiznet 850io board with an ESP32-Wrover-E. I am programming currently with the latest ESP-IDF plugin for Arduino.
PLAN:
I was able to use the Wifi, Ether…
HWEDK updated
3 years ago
-
My webapp that I created with create-react-app is too big (12 mb)