feat: HTTP server with REST API for current/history/settings

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 21:15:16 +07:00
co-authored by Claude Opus 4.8
parent ea0256a5b9
commit 396688cd98
4 changed files with 96 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
void webBegin();
void webLoop();