WIP: add digital audio. Needs a proto change, so checking in generated files for now.

This commit is contained in:
Thomas Göttgens
2022-11-29 17:19:10 +01:00
parent bba6bf387e
commit 05e992ad67
4 changed files with 95 additions and 38 deletions

View File

@@ -6,6 +6,7 @@
#if defined(ARCH_ESP32)
#include "NodeDB.h"
#include <Arduino.h>
#include <driver/i2s.h>
#include <driver/adc.h>
#include <functional>
#include <codec2.h>