skaarj1989/mWebSockets

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

Closed this issue · 3 comments

Describe the bug
As title.

Environment info

  • IDE w/version [Arduino IDE 2.2.1]
  • Platform/Board: [Arduino Uno R4 Wifi]
  • Network controller : board embedded

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

Arduino UNO R4 support is available on the master branch.

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.

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.