mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
test new1
This commit is contained in:
parent
44e4976012
commit
72fcf9d732
4 changed files with 909 additions and 51 deletions
|
|
@ -276,6 +276,10 @@ void startServer() {
|
|||
request->send(SPIFFS, "/index2.html", "text/html");
|
||||
});
|
||||
|
||||
server.on("/test3", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
request->send(SPIFFS, "/index3.html", "text/html");
|
||||
});
|
||||
|
||||
server.on("/testx", HTTP_GET, [](AsyncWebServerRequest *request) {
|
||||
request->send(SPIFFS, "/testx.html", "text/html");//"application/json");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue