aideepenのesp32開発ボードを使ってalexaからledをコントロールするテストを行いたいのですが、
esp32-alexa-wemo-emulatorのサンプルプログラムをコンパイルすると、
no matching function for call to 'WemoSwitch::WemoSwitch(const char [4], int, void (&)(), void (&)())'
というエラーが出ます。
関数の引数エラー?のようですが引数は正しいように思えます。
解決方法をご教授願えれば幸いです。
動作環境
ARDUINO1.8.15
esp32-alexa-wemo-emulator-masterライブラリ
プログラム
https://github.com/igorantolic/esp32-alexa-wemo-emulator/tree/master/examples/SingleSwitch
参考にしたサイト
https://qiita.com/Teppei_s/items/524523017868e0e623a0
回答1件
あなたの回答
tips
プレビュー