1. you should be on the newest staging build of the arduino esp8266 packge
https://github.com/esp8266/Arduino#staging-version-
2. could you give me an example on how you would use this feature? what would you change?
cheers
Explore... Chat... Share...
Moderator: igrr
<!DOCTYPE html><html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wifi Config</title>
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Wifi Configuration</h1>
<p>Please choose a wifi network and enter a password (if required) below. Clicking "save" your device will restart. If you're having issues connecting reset your device and try again.</p>
<form action="/wifi?" method="get">
<div class="form-group">
<label for="ssid">Email address</label>
<select class="form-control" name="ssid" id="ssid">
<option value="Wind-Up Bird Chronicles">Wind-Up Bird Chronicles</option>
<option value="xfinity">xfinit</option>
<option value="HOME-2CF8">HOME-2CF8</option>
</select>
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-control" id="password" name="password" placeholder="Password">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</html>
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>Wifi Config</title><link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"></head><body><div class="container"><h1>Wifi Configuration</h1><p>Please choose a wifi network and enter a password (if required) below. Clicking "save" your device will restart. If you're having issues connecting reset your device and try again.</p><form action="/wifi?" method="get"> <div class="form-group"> <label for="ssid">Email address</label> <select class="form-control" name="ssid" id="ssid"><option value="Wind-Up Bird Chronicles">Wind-Up Bird Chronicles</option><option value="xfinity">xfinit</option><option value="HOME-2CF8">HOME-2CF8</option></select> </div><div class="form-group"> <label for="password">Password</label> <input type="password" class="form-control" id="password" name="password" placeholder="Password"> </div><button type="submit" class="btn btn-default">Submit</button></form></html>
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]