WiFi Connect  Version 1.0
WiFi connection manager for ESP32 and ESP8266 including OLED support
All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Macros | Variables
WC_AP_HTML.h File Reference

Go to the source code of this file.

Macros

#define WC_AP_HTML
 Define to stop re-inclusion.
 

Variables

const char AP_HTTP_HEAD [] PROGMEM = "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"/><title>{v}</title>"
 

Detailed Description

HTML snippits to build the Access Point portal and the Parameters Portal.

Written by Stuart Blair

GNU General Public License v3.0 licence, all text here must be included in any redistribution and you should receive a copy of the license file.

Variable Documentation

◆ PROGMEM

const char AP_HTTP_FORM_PARAM_START [] PROGMEM = "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\"/><title>{v}</title>"

Scripts for our page

End of the header section and beginning of the body

Start of our HTMl configuration Form

HTML snippet for wifi scanning

HTML form for saving wifi connection details

HTML snippet for our custom parameters

The end of our HTML Form

HTML snippet to recan for networks

HTML snippet for saved confirmation

End of the HTML page

HTML snippet for our custom parameters portal form

HTML snippet for our custom parameters save