You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sketch that compiles flawlessly with the Arduino IDE on the GUI of my Udoo. However, when using udoo-arduino-cli, I get this error for function calls:
error: 'sendSignal' was not declared in this scope
sendSignal();
Anything I can do to fix it?
Thanks,
Francis
The text was updated successfully, but these errors were encountered:
Hi,
I have a sketch that compiles flawlessly with the Arduino IDE on the GUI of my Udoo. However, when using udoo-arduino-cli, I get this error for function calls:
error: 'sendSignal' was not declared in this scope
sendSignal();
Anything I can do to fix it?
Thanks,
Francis
The text was updated successfully, but these errors were encountered: