xbee-arduino icon indicating copy to clipboard operation
xbee-arduino copied to clipboard

Cannot compile with Uno WiFi Rev 2

Open ChuckBell opened this issue 5 years ago • 0 comments

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?

ChuckBell avatar Mar 18 '20 02:03 ChuckBell