We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was just announced that it’s available for orders. A new version just announced
https://shop.m5stack.com/collections/m5stack-new-arrival/products/atoms3u?mc_cid=1f4414723a&mc_eid=2c1bd8e003
The text was updated successfully, but these errors were encountered:
I bought an AtomS3 and found some interesting things about CAN and new ESP devices.
Espressif renames CAN BUS to TWAI so with new boards libraries like "NMEA2000_esp32" not compile.
References to this bug here
A possible solution here --> Commented here
To make this project multiplatform compatible could be a good option to switch to M5Unified library.
#include <M5Unified.h> ... void setup() { auto cfg = M5.config(); M5.begin(cfg); ...
Sorry, something went wrong.
No branches or pull requests
It was just announced that it’s available for orders.
A new version just announced
https://shop.m5stack.com/collections/m5stack-new-arrival/products/atoms3u?mc_cid=1f4414723a&mc_eid=2c1bd8e003
The text was updated successfully, but these errors were encountered: