parent
8c51280bc6
commit
0ef333164b
@ -1,6 +1,6 @@ |
||||
idf_component_register( |
||||
SRCS "dac.cpp" "gpio-expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" |
||||
"audio_playback.cpp" "i2s_audio_output.cpp" "display.cpp" "display-init.cpp" "spi.cpp" |
||||
SRCS "dac.cpp" "gpio_expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" |
||||
"audio_playback.cpp" "i2s_audio_output.cpp" "display.cpp" "display_init.cpp" "spi.cpp" |
||||
INCLUDE_DIRS "include" |
||||
REQUIRES "esp_adc_cal" "fatfs" "audio_pipeline" "audio_stream" "result" "lvgl") |
||||
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
||||
|
@ -1,4 +1,4 @@ |
||||
#include "display-init.hpp" |
||||
#include "display_init.hpp" |
||||
|
||||
namespace drivers { |
||||
namespace displays { |
@ -1,4 +1,4 @@ |
||||
#include "gpio-expander.hpp" |
||||
#include "gpio_expander.hpp" |
||||
|
||||
#include "i2c.hpp" |
||||
|
Loading…
Reference in new issue