-
I am getting the following error when trying to implement AWOT in a class
```cpp
src/WebServerAccessPoint.cpp: In member function 'void WebServerAccessPoint::start_server()':
src/WebServerAccess…
-
Hi,
I've been using aWOT in a new project and development is going well. Thanks for your work developing aWOT.
I would like to have access to the `Host` header value of HTTP requests.
I see t…
-
this is a place to keep track of the important parts that help create this project.
-
Before:
app.route(staticFiles());
Error:
'class awot::Application' has no member named 'route'
After:
app.use(staticFiles()); --> No error
-
Nixes updated
7 years ago
-
Hi,
I have these methods defined from Router and assigning that Router to Application.
router.get("/ip/:ip", &change_ip_arduino);
router.get("/id", &get_id_arduino);
router.get("/semaphore/:rg…
-
Do a more pretty, scalable WWW-Interface which looks fine on Phones as well as on a bigger screen
-
By creating this issue on the Reflex Issue Tracker, I agree that I have fully and accurately read and understood everything stated in it's [Guide on this page](https://goo.gl/Sjdqvb). I understand and…
-
What kind of issue is this?
- [ ] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issue…
-
Ethernet with the Wiznet W5500 Ethernet Board
set up a static ip address and select ethernet instead of wifi in the webinterface
![image](https://user-images.githubusercontent.com/61190758/9995…