ThisSmartHouse / CoogleIOT

A ESP8266 Library for easy IOT device development
https://www.thissmarthouse.net/coogleiot/
Other
120 stars 29 forks source link

GARAGE_DOOR_ACTION_TOPIC not defined in example #5

Closed rlerdorf closed 6 years ago

rlerdorf commented 6 years ago

You have:

mqtt->subscribe(GARAGE_DOOR_ACTION_TOPIC);

But that constant is not defined anywhere.

coogle commented 6 years ago

Opps nice catch. I'll update the example!