mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
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