mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Fix compilation without USE_IPV6
This commit is contained in:
parent
1a9e86a6b3
commit
094f45fe7e
@ -846,7 +846,7 @@ void CmndStatus(void)
|
||||
EthernetHostname(),
|
||||
(uint32_t)EthernetLocalIP(), Settings->eth_ipv4_address[1], Settings->eth_ipv4_address[2],
|
||||
Settings->eth_ipv4_address[3], Settings->eth_ipv4_address[4],
|
||||
EthernetMacAddress().c_str()
|
||||
EthernetMacAddress().c_str());
|
||||
|
||||
#endif // USE_IPV6
|
||||
#endif // USE_ETHERNET
|
||||
|
Loading…
x
Reference in New Issue
Block a user