Still WIP, but first working version of audio. I2S works good, analogue not so much.

This commit is contained in:
Thomas Göttgens
2022-12-02 00:30:31 +01:00
parent fb89828990
commit 4b63730efb
3 changed files with 154 additions and 167 deletions

View File

@@ -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();