mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Prepare support for JL1101 PHY (#17607)
This commit is contained in:
parent
7104d10d61
commit
6b5f0e4e7c
@ -319,7 +319,7 @@ void CmndEthAddress(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CmndEthType(void) {
|
void CmndEthType(void) {
|
||||||
if ((XdrvMailbox.payload >= 0) && (XdrvMailbox.payload <= 2)) {
|
if ((XdrvMailbox.payload >= 0) && (XdrvMailbox.payload <= 8)) {
|
||||||
Settings->eth_type = XdrvMailbox.payload;
|
Settings->eth_type = XdrvMailbox.payload;
|
||||||
TasmotaGlobal.restart_flag = 2;
|
TasmotaGlobal.restart_flag = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user