correct doc

This commit is contained in:
Mathieu Maret 2016-11-20 23:50:54 +01:00
parent 7bb86cc53a
commit 14bf724ea9
1 changed files with 5 additions and 4 deletions

View File

@ -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 */