mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
remove sync server
This commit is contained in:
parent
9584f01a70
commit
8262f392f5
10 changed files with 12 additions and 369 deletions
|
|
@ -63,8 +63,6 @@ void Web::startup() {
|
|||
void Web::loop() {
|
||||
delay(1);
|
||||
}
|
||||
void Web::end() {
|
||||
}
|
||||
bool Web::isAuthenticated(AsyncWebServerRequest *request, bool cfg) {
|
||||
Serial.println("Checking async authentication");
|
||||
if(settings.Security.type == security_types::None) return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue