Arduino Uno WIFI

Hi,

I understand that the arduino uno wifi was an arduino.org product, but the two companies have combined now so i assume i can ask for help here.

I remember a couple of months ago i fixed my problem by getting the arduino.org IDE but now there is only one IDE to get from arduino.cc. It says online that the newest IDE supports all boards including the arduino uno wifi. Does it support the WIFI Link library for the arduino uno wifi too? if not what library can i use to do UDP messaging? currently on the arduino 1.8.5 IDE i get this error when i try to compile the WiFiUdpNtpClient example in the wifi link library :

In file included from /home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp:30:0:
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp: In member function 'void WfSerial::begin()':
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.h:38:16: error: 'SerialWiFi' was not declared in this scope
#define Serial SerialWiFi
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp:38:3: note: in expansion of macro 'Serial'
Serial.begin(ESP_CH_UART_BR);
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp: In member function 'int WfSerial::read()':
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.h:38:16: error: 'SerialWiFi' was not declared in this scope
#define Serial SerialWiFi
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp:44:7: note: in expansion of macro 'Serial'
c = Serial.read();
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp: In member function 'void WfSerial::write(unsigned char)':
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.h:38:16: error: 'SerialWiFi' was not declared in this scope
#define Serial SerialWiFi
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp:54:3: note: in expansion of macro 'Serial'
Serial.write(c);
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp: In member function 'int WfSerial::available()':
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.h:38:16: error: 'SerialWiFi' was not declared in this scope
#define Serial SerialWiFi
^
/home/liam/Arduino/libraries/WiFi_Link/src/utility/uart/serial.cpp:60:9: note: in expansion of macro 'Serial'
num = Serial.available();
^
exit status 1
Error compiling for board Arduino Uno WiFi.\

Please Let me know if there is anything i can do, so i can still use these boards. Thanks

Post a link to where you got the library from. Please use the chain links icon on the toolbar to make it clickable. Or if you installed it using Library Manger(Sketch > Include Library > Manage Libraries) then say so and state the full name of the library.