correct doc
This commit is contained in:
parent
7bb86cc53a
commit
14bf724ea9
@ -20,11 +20,12 @@
|
||||
/* --------------------- MQTT ------------------------------------ */
|
||||
/* Send information to mqtt server configured in the setup mode */
|
||||
/* GPIO value configured in config_device.h can be get by */
|
||||
/* subscribing to /feeds/MQTTUSER/[HOSTNAME]/gpio/[GPIO] and */
|
||||
/* subscribing to /feeds/[MQTTUSER]/[HOSTNAME]/gpio/[GPIO] and */
|
||||
/* modified by publishin to */
|
||||
/* /feeds/MQTTUSER/[HOSTNAME]/gpio/[GPIO]/set */
|
||||
/* BMP180 will be published to /feeds/[HOSTNAME]/temperature and */
|
||||
/* /feeds/[HOSTNAME]/pressure */
|
||||
/* /feeds/[MQTTUSER]/[HOSTNAME]/gpio/[GPIO]/set */
|
||||
/* BMP180 will be published to */
|
||||
/* /feeds/[MQTTUSER]/[HOSTNAME]/temperature and */
|
||||
/* /feeds/[MQTTUSER]/[HOSTNAME]/pressure */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user