btclock_v3/src/lib/webserver.hpp

10 lines
207 B
C++
Raw Normal View History

2023-11-07 00:11:12 +00:00
#pragma once
#include "ESPAsyncWebServer.h"
#include <ArduinoJson.h>
#include "lib/block_notify.hpp"
#include "lib/price_notify.hpp"
void setupWebserver();
void onNotFound(AsyncWebServerRequest *request);