Closed Jonnx closed 2 years ago
Hi @Jonnx
Thanks for your interest in the library, which is currently is not supporting megaAVR boards, such as UNO WiFi Rev2 using WiFi101.
I'll release a new library version by tomorrow to support megaAVR architecture.
Cheers,
Hi @Jonnx
The new WiFiWebServer releases v1.6.2 has just been published.
Even UNO_WIFI_REV2
is supported now, the megaAVR family is outdated and with limited memory. It's advisable to move to new type of more powerful boards, such as Nano_RP2040_Connect
, ESP32, etc. to avoid problem in the very near future.
Best Regards,
Packages' Patches
Describe the bug
I am attempting to run the SimpleWebSocket example on an Arduino Uno Wifi Rev2 as a stepping stone to connect to leverage pusher websockets. When compiling the code to the board i get the error message below. It may just be that my board is not compatible, but i figured i would ask.
Steps to Reproduce
Expected behavior
code compiles and then attempts to connect to socket server
Actual behavior
code compiles with error above
Debug and AT-command log (if applicable)
Information
Please ensure to specify the following:
Arduino IDE version: 1.18.19 WifiNINA 1.8.3 OS: Mac OSX