Moving into components parts of the provider project

This commit is contained in:
2026-03-26 20:36:27 -04:00
parent cfe19d5e65
commit f483a4d292
12 changed files with 48 additions and 30 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
#pragma once
#include "esp_err.h"
#include <cstdint>
#include "esp_err.h"
esp_err_t connect_ethernet(bool blockUntilIPAcquired);
void disconnect_ethernet();
esp_err_t check_ethernet_connection(uint32_t timeoutSeconds);