sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
228 stars 122 forks source link

MultiRelays expected primary-expression before "bool" #223

Closed lustig7 closed 2 years ago

lustig7 commented 2 years ago

Hi everybody,

i want to make a MultiRelaySetup with 2 relays.

But in line 76 https://github.com/sinricpro/esp8266-esp32-sdk/blob/0f19c3659c145cfbcc5564eba5338f10c3182e1c/examples/Relay/MultiRelays_advance/MultiRelays_advance.ino#L76 i got the good old error code: "expected primary-expression before "bool""

Thanks for help.

lustig7 commented 2 years ago

Okay i got it.

I forgot the "};" in the vector before. (facepalm)