fix building DIY-1 target

This commit is contained in:
Thomas Göttgens 2022-12-14 14:33:59 +01:00
parent bb24b86018
commit eae7f8a786

View File

@ -10,6 +10,10 @@
#include <assert.h>
#ifdef OLED_RU
#include "graphics/fonts/OLEDDisplayFontsRU.h"
#endif
/*
AudioModule
A interface to send raw codec2 audio data over the mesh network. Based on the example code from the ESP32_codec2 project.