Fix compilation

This commit is contained in:
Stephan Hadinger 2022-12-08 19:42:04 +01:00
parent 2f1b2ec5fd
commit 20c8348654

View File

@ -85,6 +85,7 @@
char eth_hostname[sizeof(TasmotaGlobal.hostname)];
uint8_t eth_config_change;
void EthernetEvent(arduino_event_t *event);
void EthernetEvent(arduino_event_t *event) {
switch (event->event_id) {
case ARDUINO_EVENT_ETH_START: