gitextract_xucz34ps/ ├── LICENSE ├── README.md ├── examples/ │ ├── AdvancedFeatures/ │ │ ├── MQTT_Will/ │ │ │ └── MQTT_Will.ino │ │ ├── arbitraryConfigKeys/ │ │ │ └── arbitraryConfigKeys.ino │ │ ├── configAndStatusApDemo/ │ │ │ └── configAndStatusApDemo.ino │ │ ├── configServerApDemo/ │ │ │ └── configServerApDemo.ino │ │ ├── configServerDemo/ │ │ │ └── configServerDemo.ino │ │ ├── multiNetwork/ │ │ │ └── multiNetwork.ino │ │ └── secureMQTT/ │ │ └── secureMQTT.ino │ ├── GettingStarted/ │ │ ├── Adafruit_IO/ │ │ │ └── Adafruit_IO.ino │ │ ├── OTA/ │ │ │ └── OTA.ino │ │ ├── RelayControlV2/ │ │ │ └── RelayControlV2.ino │ │ ├── basicUse/ │ │ │ └── basicUse.ino │ │ ├── basicUserPass/ │ │ │ └── basicUserPass.ino │ │ ├── buttonDemo/ │ │ │ └── buttonDemo.ino │ │ ├── relayControl/ │ │ │ └── relayControl.ino │ │ └── wifiCallback/ │ │ └── wifiCallback.ino │ └── InputOutput/ │ ├── RGBLight/ │ │ └── RGBLight.ino │ └── temperatureSensor_ds18b20/ │ └── temperatureSensor_ds18b20.ino ├── keywords.txt ├── library.json ├── src/ │ ├── ESPHelper.cpp │ ├── ESPHelper.h │ ├── ESPHelperWebConfig.cpp │ ├── ESPHelperWebConfig.h │ ├── config_html.h │ └── sharedData.h ├── static/ │ └── config.html └── web_to_header.py