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'm getting this error. am i missing a library? what's it called
thanks
In file included from /private/var/folders/6g/9_f4whj51bz86jcc9nkwyjkh0000gn/T/.arduinoIDE-unsaved202441-8806-1wtc6o0.0pmdg/ArtnetWifiDebug/ArtnetWifiDebug.ino:7:0: /Users/.../Documents/Arduino/libraries/ArtnetWifi/src/ArtnetWifi.h:31:10: fatal error: functional: No such file or directory #include <functional> ^~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: exit status 1
The text was updated successfully, but these errors were encountered:
can you give me more details? What controller are use using? What Arduino IDE Version?
The filefunctional should be included by the compiler vendor. Are all updates applied for that board?
you are right, the board is/was not supported. But long story short, I have included the megaavr line-up now!
It will take a day before the Arduino Library Manager will pick up the new version 1.6.0. But you can also use the code from github directly.
But by the way. You should have seen warnings like 'INCOMPATIBLE' and 'architecture(s) and may be incompatible with your current board'.
I don't have that board, so my testing was very limited. If it is working for you, give me feedback please.
Thanks.
Hi,
i'm getting this error. am i missing a library? what's it called
thanks
The text was updated successfully, but these errors were encountered: