This appears to not support any external speaker/mic when used with the M5AtomS3 or M5AtomS3R, in fact any controller with a display.
In the audio setup, L2082 in M5Unified.cpp, it tries to support external audio but only does so if (!atomdisplay) .. it won't use external audio if there's a display at all!
Using the M5Unified library with the "Audio Base" (formally Echo Base) is a substantial improvement over the far more limited and non-integrated M5Atomic-EchoBase library .. and it's using the same hardware.
Is there something I'm missing?
This appears to not support any external speaker/mic when used with the M5AtomS3 or M5AtomS3R, in fact any controller with a display.
In the audio setup, L2082 in M5Unified.cpp, it tries to support external audio but only does so
if (!atomdisplay).. it won't use external audio if there's a display at all!Using the M5Unified library with the "Audio Base" (formally Echo Base) is a substantial improvement over the far more limited and non-integrated M5Atomic-EchoBase library .. and it's using the same hardware.
Is there something I'm missing?