mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
added basic support for LilyGo Tlora C6
This commit is contained in:
parent
1b02e1986c
commit
585558a9bb
5 changed files with 176 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue