Still WIP, but first working version of audio. I2S works good, analogue not so much.
This commit is contained in:
@@ -66,7 +66,7 @@ void setupModules()
|
||||
#endif
|
||||
#ifdef ARCH_ESP32
|
||||
// Only run on an esp32 based device.
|
||||
new AudioModule();
|
||||
audioModule = new AudioModule();
|
||||
new ExternalNotificationModule();
|
||||
|
||||
storeForwardModule = new StoreForwardModule();
|
||||
|
||||
Reference in New Issue
Block a user