mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Fix compilation
This commit is contained in:
parent
2f1b2ec5fd
commit
20c8348654
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user