Extracts handling the Tag-file structure into an own class.

This commit is contained in:
Simon Weidacher
2022-01-02 23:20:53 +01:00
parent 98872d75df
commit e104256985
4 changed files with 217 additions and 33 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "Networking.cpp" "main.cpp" "WebInterface.cpp" "RFIDInterface.cpp" "audio_setup.c" "AudioPlayer.cpp" "TagPlayerControl.cpp"
idf_component_register(SRCS "Networking.cpp" "main.cpp" "WebInterface.cpp" "RFIDInterface.cpp" "audio_setup.c" "AudioPlayer.cpp" "TagPlayerControl.cpp" "Tag.cpp"
INCLUDE_DIRS ".")