feat(DiscoveryMountain): 2-screen podcast player S01 default resume prev/next season roller (Bible dial style) - backend PB+nginx ready mp3 DL LRU

This commit is contained in:
Hermes Reyna Bot
2026-07-21 21:12:14 -04:00
parent 4ff787ff1d
commit 30de6beee7
5 changed files with 2287 additions and 0 deletions
@@ -0,0 +1,5 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
idf_component_register(
SRCS ${SOURCE_FILES}
REQUIRES TactilitySDK esp_http_client json
)