fix building DIY-1 target

pull/2051/head
Thomas Göttgens 2022-12-14 14:33:59 +01:00
rodzic 055146602a
commit 9794995d7a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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.