Websocket sources working
This commit is contained in:
parent
c2226f73e0
commit
562348b5ea
28 changed files with 32411 additions and 6 deletions
10
src/lib/webserver.hpp
Normal file
10
src/lib/webserver.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "ESPAsyncWebServer.h"
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
#include "lib/block_notify.hpp"
|
||||
#include "lib/price_notify.hpp"
|
||||
|
||||
void setupWebserver();
|
||||
void onNotFound(AsyncWebServerRequest *request);
|
Loading…
Add table
Add a link
Reference in a new issue