mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:07 +00:00
repack1
This commit is contained in:
parent
11b45a2345
commit
146152be95
1 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#include <ESPAsyncWebServer.h>
|
||||
#include <AsyncElegantOTA.h>
|
||||
#include <AsyncTCP.h>
|
||||
#include <WiFi.h>
|
||||
#include "configuration.h"
|
||||
#include "pins_config.h"
|
||||
|
|
@ -5,9 +8,7 @@
|
|||
#include "lora_utils.h"
|
||||
#include "display.h"
|
||||
#include "utils.h"
|
||||
#include <AsyncTCP.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
#include <AsyncElegantOTA.h>
|
||||
|
||||
|
||||
AsyncWebServer server(80);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue