We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eff753 commit 4b77b68Copy full SHA for 4b77b68
README.md
@@ -12,6 +12,9 @@ Depends on the following *dd libraries*:
12
- ddmqtt
13
- ddmq4
14
15
-To build your firmware bin file, rename file *src/user-config-template.h* in *src/user-config.h* and set your **WIFI** and **MQTT** settings.
16
-
+To build your firmware bin file:
+ - clone this repository with the *--recursive* flag to checkout **dd-libraries**
17
+ - rename file *src/user-config-template.h* in *src/user-config.h*
18
+ - set your **WIFI** and **MQTT** settings in file *src/user-config.h*
19
+
20
Firmware file will be in ***.pio/build/esp12e/firmware.bin***
0 commit comments