client can connect to provider and download an image.

Updated network component to add get mac address
This commit is contained in:
2026-03-28 14:59:49 -04:00
parent 46d1ab6358
commit 2ced2f0b0a
10 changed files with 229 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
// Resolve the Provider's IP and run the device registration + screen fetch
// test flow. Call once after WiFi is connected.
void test_provider_communication(void);