RCM — ESP32 Room Controller
WT32-ETH01 firmware
Loading...
Searching...
No Matches
ethernet.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "esp_err.h"
13
26esp_err_t ethernet_start(void);
esp_err_t ethernet_start(void)
Инициализирует и запускает Ethernet на плате WT32-ETH01.
Definition ethernet.c:174