Websocket sources working

This commit is contained in:
Djuri 2023-11-07 01:11:12 +01:00
parent c2226f73e0
commit 562348b5ea
28 changed files with 32411 additions and 6 deletions

10
src/lib/webserver.hpp Normal file
View 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);