Moved things to a FreeRTOS task so that we can garunte that we are meeting timings

This commit is contained in:
2026-08-08 21:31:54 -06:00
parent ea34c399d7
commit 3946e464c9
4 changed files with 106 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "web_service.h"
#define FIRMWARE_VERSION "1.0.0"
#define FIRMWARE_VERSION "1.0.1"
WebService::WebService()
:
@@ -100,7 +100,7 @@ window.onload = getVersion;
<div id="uptime">Loading...</div>
</div>
<footer>
<div id="firmware_version">Loading...</div>
Firmware Version: <div id="firmware_version">Loading...</div>
</footer>
</body>
</html>