feat: implement HttpHandler and WifiHandler classes for HTTP client management

This commit is contained in:
GW_MC
2026-01-19 20:42:45 +08:00
parent 1d12dc5160
commit 89e8014798
4 changed files with 138 additions and 1 deletions

View File

@@ -13,4 +13,5 @@
//
#define DISPLAY_READY_BIT (1 << 1)
#define TOUCH_CALIBRATED_BIT (1 << 2)
#define STORAGE_READY_BIT (1 << 3)
#define STORAGE_READY_BIT (1 << 3)
#define NETWORK_READY_BIT (1 << 4)