Skip to content
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

Cannot compile with Uno WiFi Rev 2 #86

Open
ChuckBell opened this issue Mar 18, 2020 · 0 comments
Open

Cannot compile with Uno WiFi Rev 2 #86

ChuckBell opened this issue Mar 18, 2020 · 0 comments

Comments

@ChuckBell
Copy link

Hi. I am getting compilation errors when compiling for the Uno WiFi Rev 2 board:

Printers.cpp:102:51: error: no matching function for call to 'printHex(Print&, uint8_t [4], unsigned int, const char [2], NULL)'
printHex(*p, header, sizeof(header), F(" "), NULL);
^
I had to change:

#include "HardwareSerial.h"

to

#include "api/HardwareSerial.h"

But then this error (and many more like it popped up). It appears like this is a problem with flash memory as something has changed with the Uno WiFi Rev 2.

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant