This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot:examples:dimlight [2021/03/05 14:27] – heiko.pikner | en:iot:examples:dimlight [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 121: | Line 121: | ||
#include < | #include < | ||
- | #define WIFI_NAME "BotNet1" | + | #define WIFI_NAME "name" |
- | #define WIFI_PASSWORD "hammasrattad" | + | #define WIFI_PASSWORD "password" |
// Encoder conficuration | // Encoder conficuration | ||
Line 151: | Line 151: | ||
Serial.println(" | Serial.println(" | ||
- | iot.setConfig(" | + | |
- | iot.setConfig(" | + | |
iot.printConfig(); | iot.printConfig(); | ||
iot.setup(); | iot.setup(); |