Hi I am trying to compile the following code when set to nano every, code compiles for Leonardo and nano
#include <UIPEthernet.h>
void setup() {
}
void loop(){
}
and get this error
\Arduino\libraries\UIPEthernet\utility\uip_debug.cpp:3:12: fatal error: HardwareSerial.h: No such file or directory
#include <HardwareSerial.h>
^~~~~~~~~~~~~~~~~~
what do I need to do to compile for Nano Every
Juraj
2
use please the version from GitHub
it will be released soon
Not used IDE with Git hub, do I need to build code before installing in IDE or is it compiled each time the project is compiled ?
Juraj
4
libraries are compiled with the sketch
Thanks Juraj, that worked a treat, once I had removed my old library.
Juraj
6
mjsouthwest:
Thanks Juraj, that worked a treat, once I had removed my old library.
I release a new version of UIPEthernet this week.