skaarj1989 / mWebSockets

WebSockets for microcontrollers
https://skaarj1989.github.io/mWebSockets/autobahn-testsuite/servers/
MIT License
108 stars 23 forks source link

Can not pass the verify with Arduino uno R4 wifi board in Arduino IDE. #69

Closed samyaosheng closed 10 months ago

samyaosheng commented 11 months ago

Describe the bug As title.

Environment info

Expected behavior Pass the verification at least.

Failure log

In file included from c:\Users\sam\Documents\Arduino\libraries\mWebSockets\src\base64\Base64.cpp:2:0:
c:\users\sam\documents\arduino\libraries\mwebsockets\src\platform.h:33:4: error: #error "Unsupported platform"
 #  error "Unsupported platform"
    ^~~~~
c:\Users\sam\Documents\Arduino\libraries\mWebSockets\src\base64\Base64.cpp:9:12: fatal error: pgmspace.h: No such file or directory
 #  include <pgmspace.h>
            ^~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: exit status 1

Additional context

skaarj1989 commented 11 months ago

Arduino UNO R4 support is available on the master branch.

samyaosheng commented 11 months ago

Arduino UNO R4 support is available on the master branch.

Thanks very much for your information! R4 wifi looks pretty cool, although I've just finished testing the ESP32S3.

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.