Last piece to connect client to provider: actually downloading the image and displaying it

This commit is contained in:
2026-04-05 19:34:45 -04:00
parent 9269e3b873
commit 58948bdfb6
8 changed files with 346 additions and 76 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
#pragma once
#include "types.hpp"
#include <cstddef>
// 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);
bool test_provider_communication(uint8 *out_buffer, size_t buffer_size);