Skip to content

Commit 378b8b3

Browse files
authored
Update README.md
1 parent 016f479 commit 378b8b3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There is also a support forum on the Blynk community forums: http://community.bl
2323

2424
## Wiring
2525

26-
Cut open your ethernet cable and split out pin 3,5,7 (B,A,GND). Refer to reference below for additional info.
26+
Cut open your ethernet cable and split out pin 3,5,7 (B,A,GND). Refer to [Tracer Modbus PDF](http://www.solar-elektro.cz/data/dokumenty/1733_modbus_protocol.pdf) for additional info.
2727

2828
Follow the wiring guide below: (note that the 2-pol switch is only needed during flashing)
2929
![Tracer Wiring Diagram](http://i.imgur.com/OktbhPG.png)
@@ -39,6 +39,7 @@ Follow the wiring guide below: (note that the 2-pol switch is only needed during
3939
### Tutorial
4040

4141
* Create wifi_credentials.h library.
42+
4243
Firstly, create a folder in your sketch/library folder call 'wifi_credentials'. Then create a new file call wifi_credentials.h and enter the following template. Change the details for your own wifi network.
4344

4445
You will be able to use this file by including it in any sketch by entering ```#include <wifi_credentials.h>```.
@@ -57,17 +58,10 @@ You will be able to use this file by including it in any sketch by entering ```#
5758
![Project QR Code](http://i.imgur.com/xBEmJyJ.jpg)
5859

5960
* Send yourself the generated auth code
60-
* Paste your auth code in to the sketch
61-
62-
```cpp
63-
char auth[] = "xxxxx";
64-
```
65-
66-
* Enter your wifi SSID and PASS
61+
* Paste your auth code in to the settings.h file
6762

6863
```cpp
69-
char ssid[] = "xxxxx";
70-
char pass[] = "xxxxx";
64+
#define AUTH "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
7165
```
7266

7367
* Disconnect the TX/RX cables (or open the switch if you have one)

0 commit comments

Comments
 (0)