homie topic strucrure correction

This commit is contained in:
2019-03-04 15:47:12 +03:00
parent ed0330307e
commit bdac63fa8a
4 changed files with 39 additions and 40 deletions

View File

@@ -82,14 +82,17 @@
#endif
*/
//Default output topic
#ifndef OUTTOPIC
#define OUTTOPIC "s_out"
#endif
//Topic to receive CLI commands
#ifndef CMDTOPIC
#define CMDTOPIC "command"
#define CMDTOPIC "$command"
#endif
//Default broadcast topic
#ifndef INTOPIC
#define INTOPIC "in"
#endif