Switch HTTP Server
This commit is contained in:
15
lib/PsychicHttp/examples/platformio/data/www-ap/index.html
Normal file
15
lib/PsychicHttp/examples/platformio/data/www-ap/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PsychicHTTP SoftAP Demo</title>
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>SoftAP Demo</h1>
|
||||
<p>You are connected to the ESP in SoftAP mode.</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user