We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 1: A doubled declaration of "const int c_clients_max = 4;" which I resolved by removing the second one from osc_utils.cpp line 34.
Error2: Messsage: In file included from C:\Users\thomas\Documents\Arduino\TouchOSC_8266_make\osc_utils.cpp:22:0:
sketch\osc_utils.h:86:7: note: candidates are: none
enum {none, fader, button, multifader, rotaryswitch, multibutton_hor, multibutton_vert, xypad, page, led, progress};
I use arduino v 1.8.12 with updated libraries.
ESP8266_Error.txt
Edit: I changed ALL occurences of "none" to "dummy", which solved the problem for me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error 1:
A doubled declaration of "const int c_clients_max = 4;" which I resolved by removing the second one from osc_utils.cpp line 34.
Error2: Messsage:
In file included from C:\Users\thomas\Documents\Arduino\TouchOSC_8266_make\osc_utils.cpp:22:0:
sketch\osc_utils.h:86:7: note: candidates are: none
enum {none, fader, button, multifader, rotaryswitch, multibutton_hor, multibutton_vert, xypad, page, led, progress};
I use arduino v 1.8.12 with updated libraries.
ESP8266_Error.txt
Edit: I changed ALL occurences of "none" to "dummy", which solved the problem for me.
The text was updated successfully, but these errors were encountered: