mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
8 lines
265 B
C
8 lines
265 B
C
#pragma once
|
|
#include "HttpServer.h"
|
|
#include <Arduino.h>
|
|
|
|
extern String getURL(const String& urls);
|
|
extern const String getMethodName(AsyncWebServerRequest* request);
|
|
extern const String getRequestInfo(AsyncWebServerRequest* request);
|
|
extern void wifiSignalInit(); |