From fc995c74ca13da7d8af9caf62979b8195fce7516 Mon Sep 17 00:00:00 2001 From: Heuptling <31444869+NicoHeupt@users.noreply.github.com> Date: Mon, 5 Nov 2018 13:41:28 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab27707..104fb99 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,7 @@ The Arduino IDE works fine but I'm using Visual Studio Code with Arduino plugin ## Useful bits of information ### Wifi settings on the ESP8266 are saved to flash memory -Once you've connected to a network the SSID and passphrase are written to flash and will automatically be used in the future. In this case it seems to be enough to call `WiFi.begin()` instead of `WiFi.begin(ssid, password)` to connect to network. This saves you from having your password in the Code. (This behaviour can be changed with [persistent](https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/generic-class.html#persistent)). \ No newline at end of file +Once you've connected to a network the SSID and passphrase are written to flash and will automatically be used in the future. In this case it seems to be enough to call `WiFi.begin()` instead of `WiFi.begin(ssid, password)` to connect to network. This saves you from having your password in the Code. (This behaviour can be changed with [persistent](https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/generic-class.html#persistent)). + + +Hallo, jetzt ists nice.