client can connect to provider and download an image.
Updated network component to add get mac address
This commit is contained in:
@@ -15,3 +15,7 @@ esp_err_t connect_wifi(const char *ssid, const char *password,
|
||||
bool blockUntilIPAcquired);
|
||||
void disconnect_wifi();
|
||||
esp_err_t check_wifi_connection(uint32_t timeoutSeconds);
|
||||
|
||||
// Get the MAC address of the active network interface (WiFi STA).
|
||||
// mac_out must point to a buffer of at least 6 bytes.
|
||||
esp_err_t get_mac_address(uint8_t *mac_out);
|
||||
|
||||
Reference in New Issue
Block a user