-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
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
multiple issues when compiling StandardFirmataWiFi for MKR 1010 #470
Comments
It appears the issue is both Firmata and WiFiNINA are defining @zfields do you know how to resolve this? Firmata defines |
I'm looking into it. Let me see if I can come up with something. |
FWIW, the issue here appears to be in WiFiNINA, not Firmata. That enum should be restricted in scope. |
In all fairness, it takes two to clash, and we are also defining it in the global scope. 😄 If I recall correctly, we only left To move forward, I think you can safely comment out lines 64, 65, 66 and 67 in the file @Jorgeruiz97 Please try it out, and let us (and the open-source world) know if it worked for you. Cheers! |
That compiles but I think |
Yes, that would be my expectation. The bug here, is that the samples are not I can take some time over this coming week, and clean up the samples to use the |
Thank you guys! I will try it out during the week and will let you know. |
Version
Firmata: latest from master
Arduino IDE: Arduino: 1.8.14 Hourly Build 2020/09/23 10:35 (Mac OS X)
Board: "Arduino MKR WiFi 1010"
OS version: macOS Big Sur 11.0.1
What am I trying to achieve?
I'm trying to compile the StandardFirmataWiFi.ino
Issue
When trying to compile the StandardFirmataWiFi.ino I'm getting the following errors. The StandardFirmata.ino example works and compiles fine.
The text was updated successfully, but these errors were encountered: