mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-23 01:01:21 +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);
|