Added Schematic

This commit is contained in:
nassiramalik 2018-12-27 09:41:21 -06:00
parent da4f30c9c5
commit 042a468fae
4 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,8 @@ WiFiClient wifiClient;
//##################################################
//##################################################
// Change this!!
const char* ssid = "Entr your wifi router's name";
const char* password = "Enter wifi password";
const char* ssid = "";
const char* password = "";
//##################################################
//##################################################
boolean wifiConnected = false;

View File

@ -1,6 +1,7 @@
#include <PubSubClient.h>
#include "robodyn_dimmer.h"
#define MQTT_VERSION MQTT_VERSION_3_1_1
// MQTT: ID, server IP, port, username and password
const PROGMEM char* MQTT_CLIENT_ID = "Office Lights";
const PROGMEM char* MQTT_SERVER_IP = "192.168.0.22";

BIN
Schematic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
drawing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB