Closed khoih-prog closed 3 years ago
@khoih-prog what's this micro mean? How can we use it?
Sorry I didn't clarify it because I think @ansonhe97 knows it and you're in the loop
The reason was specified in PR for WebSockets_Generic Library
Fix compile error for Wio Terminal
Hi @ansonhe97
Thanks for the PR.
I'll merge for the quick fix.
But the best solution is to add to the Seeed-Studio ArduinoCore SAMD core a definition such as
#define CORE_HAS_LIBB64
Something similar to file
#define CORE_HAS_LIBB64 #define CORE_HAS_BASE64_CLASS #define CORE_HAS_CXA_GUARD #define CORE_HAS_UMM ...
I added that line to Seeed-Studio ArduinoCore SAMD core Arduino.h then forget to mention.
That's why I didn't get any compiler error so far.
The file cencode-Imp.h was also added by typo mistake and will be deleted.
Other quick fixes are adding the definition to
Got it, thanks.
Add a line to Arduino.h
to avoid compiler's duplication errors