Add preset polish and broadcast metadata (fw 0.8.0).

Ship station reorder, DAB playing ids in presets, RDS PS/RT and DAB DLS in tuner status, Si4684 data-service read, host tests, and UI now-playing lines.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-07 00:01:49 +02:00
co-authored by Cursor
parent 9f76ab9e74
commit 0fc714e431
34 changed files with 1379 additions and 65 deletions
+3
View File
@@ -29,6 +29,9 @@ idf_component_register(
"src/StationList.cpp"
"src/StationListJson.cpp"
"src/BluetoothJson.cpp"
"src/BroadcastLabel.cpp"
"src/RdsMetadataAccumulator.cpp"
"src/DabDynamicLabelAccumulator.cpp"
INCLUDE_DIRS "include"
)