Hi
I’ve installed the local Blynk server on Raspbian and it works well
I’m using Arduino UNO via USB.
I can connect easily to the blynk server, but I can’t connect to the local server
When I try to compile the Sketch I get different errors
Blynk.begin(auth, serial, IPAddress (192,168,1,111));
gives this error
Arduino_Serial_USB:50: error: ‘serial’ was not declared in this scope
Blynk.begin(Serial, auth, IPAddress(192,168,1,111));
gives another error
‘IPAddress’ was not declared in this scope
What am I doing wrong?
Thank you