Feryx

Results 1 comments of Feryx

Change the USBSerial object to Serial in M5AtomS3.cpp , and compile. Example: ```c++ if (USBSerialEnable) { Serial.begin(115200); Serial.flush(); delay(1200); Serial.println("M5AtomS3 initializing...OK"); } ``` Works