Swan Jeng

Results 4 comments of Swan Jeng

Here is a video showing the issue. https://github.com/user-attachments/assets/69ca5798-a70c-4385-a2a4-5bedc84b63dd code: ```cpp void setup() { // put your setup code here, to run once: Serial.begin(9600); while (!Serial) delay(1); Serial.println("Hello~"); for (int i...

So what should I do next? Post this to another repository which is more suitable or just wait?

It seems that this problem doesn't happen in Ubuntu 24.04 because I've tested doing the same thing in my Ubuntu 24.04 VM. Here is a video showing this issue more...