Skip to content

Commit

Permalink
Add required topics to config example
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Jan 21, 2017
1 parent 3339885 commit 164198b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.h.example
Expand Up @@ -24,6 +24,9 @@
#define SPEED_STATE_TOPIC "esp8266/ac/speed/state"
#define SPEED_SET_TOPIC "esp8266/ac/speed/set"

#define WIND_STATE_TOPIC "esp8266/ac/wind/state"
#define WIND_SET_TOPIC "esp8266/ac/wind/set"

// Pin configurations
#define IR_PIN 14 // NodeMCU D5

Expand Down

0 comments on commit 164198b

Please sign in to comment.