Separating users from tasks + fixing weird ota bug

This commit is contained in:
2026-03-07 23:41:26 -05:00
parent 3fa879d007
commit ac95358561
14 changed files with 657 additions and 308 deletions

View File

@@ -2,7 +2,7 @@
#include "types.hpp"
// Shared Application State (Unity Build)
internal bool g_Ethernet_Initialized = false;
internal bool g_Wifi_Initialized = false;
internal uint8_t g_Active_WWW_Partition = 0;
// Shared Application State
extern bool g_Ethernet_Initialized;
extern bool g_Wifi_Initialized;
extern uint8_t g_Active_WWW_Partition;