mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-05-17 03:35:51 +00:00
10 lines
207 B
C++
10 lines
207 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "ESPAsyncWebServer.h"
|
||
|
#include <ArduinoJson.h>
|
||
|
|
||
|
#include "lib/block_notify.hpp"
|
||
|
#include "lib/price_notify.hpp"
|
||
|
|
||
|
void setupWebserver();
|
||
|
void onNotFound(AsyncWebServerRequest *request);
|