2ced2f0b0a
Updated network component to add get mac address
6 lines
179 B
C++
6 lines
179 B
C++
#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);
|