You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a change to the #152
This reflects the changes in the code within the documentation.
(Shoutout to BrookeDot[https://github.com/BrookeDot] who suggested the change)
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,23 +94,8 @@ code .
94
94
4.**Prepare the Project**
95
95
96
96
- Perform a `PlatformIO: Clean` (Recycle bin icon at the bottom right).
97
-
- Add a `secrets.h` file to the `include` directory. Modify passwords and save the file. Go in the next section for WiFi instructions.
98
-
99
-
```cpp
100
-
#pragma once
101
-
102
-
#defineWIFI_HOSTNAME ""
103
-
104
-
#ifdef ESP8266
105
-
#define WIFI_SSID ""
106
-
#define WIFI_PASSWORD ""
107
-
#endif
108
-
109
-
#defineOTA_USERNAME ""
110
-
#define OTA_PASSWORD ""
111
-
```
112
-
113
-
- Set variables inside `include/constants.h`.
97
+
- Edit the secrets.h in the include directory with your WiFi information. If you are using an ESP32, you may skip the section ESP8266 and setup WiFi with the WiFi Manager. See the "[Configuring WiFi with WiFi manager](https://github.com/jaal2001/ikea-led-obegraensad-pr/edit/patch-3/README.md#configuring-wifi-with-wifi-manager)" section for instructions.
0 commit comments