Add integration startup service and fix Doxygen (fw 0.8.1).

Replace the services stub with IntegrationService for boot preset recall and tune orchestration, persist last preset in NVS, and remove invalid @return tags that broke CI on T4 metadata headers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-07 00:17:13 +02:00
co-authored by Cursor
parent 0fc714e431
commit d13012ce4b
24 changed files with 858 additions and 92 deletions
@@ -111,6 +111,17 @@ public:
[[nodiscard]] std::expected<void, core::StoreError>
clearStationList() override;
[[nodiscard]] bool hasLastPresetIndex() const override;
[[nodiscard]] std::expected<void, core::StoreError>
saveLastPresetIndex(std::uint8_t index) override;
[[nodiscard]] std::expected<std::uint8_t, core::StoreError>
loadLastPresetIndex() const override;
[[nodiscard]] std::expected<void, core::StoreError>
clearLastPresetIndex() override;
};
} // namespace secure_store