added basic support for LilyGo Tlora C6

This commit is contained in:
recrof 2025-05-30 14:31:44 +02:00
parent 1b02e1986c
commit 585558a9bb
5 changed files with 176 additions and 1 deletions

View file

@ -2,7 +2,7 @@
#include "ESP32Board.h"
#if defined(ADMIN_PASSWORD) // Repeater or Room Server only
#if defined(ADMIN_PASSWORD) && !defined(DISABLE_WIFI_OTA) // Repeater or Room Server only
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>