mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Fix compilation
This commit is contained in:
parent
2f1b2ec5fd
commit
20c8348654
@ -85,6 +85,7 @@
|
|||||||
char eth_hostname[sizeof(TasmotaGlobal.hostname)];
|
char eth_hostname[sizeof(TasmotaGlobal.hostname)];
|
||||||
uint8_t eth_config_change;
|
uint8_t eth_config_change;
|
||||||
|
|
||||||
|
void EthernetEvent(arduino_event_t *event);
|
||||||
void EthernetEvent(arduino_event_t *event) {
|
void EthernetEvent(arduino_event_t *event) {
|
||||||
switch (event->event_id) {
|
switch (event->event_id) {
|
||||||
case ARDUINO_EVENT_ETH_START:
|
case ARDUINO_EVENT_ETH_START:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user