Add page to configure Access Point

Fix wrong size for SSID/password
Add minimum size for easy change
Workaround missing strncpy_P missig issue
This commit is contained in:
luc
2015-05-29 20:35:08 +08:00
parent f48e419e0f
commit 9aaa045347
5 changed files with 495 additions and 60 deletions

View File

@@ -15,8 +15,7 @@
along with Repetier-Firmware. If not, see <http://www.gnu.org/licenses/>.
This firmware is using the standard arduino IDE with module to support ESP8266:
https://github.com/sandeepmistry/esp8266-Arduino based on :
https://github.com/esp8266/Arduino
https://github.com/esp8266/Arduino from Bootmanager
Latest version of the code and documentation can be found here :
https://github.com/luc-github/ESP8266
@@ -46,7 +45,7 @@ extern "C" {
void setup() {
// init :
ESP.wdtDisable();
// ESP.wdtDisable();
delay(8000);
EEPROM.begin(EEPROM_SIZE);
bool breset_config=false;