'USBSerial' was not declared in this scope
-
I am compiling a project that was hosted on the CORE device on the AtomS3 and I am getting this error
In member function 'void M5AtomS3::begin(bool, bool, bool, bool)': 'USBSerial' was not declared in this scope.
Thanks
Kurt
-
Created a new sketch directory and added libraries one by one and as soon it makes it to the linker it has this same error.
-
@ispybadguys if this is Arduino IDE then maybe try and set the tool config to
USB CDC on boot "disabled".
-Terry -
Thanks that worked!