mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
- Replaced ETHClass2 with esp_eth.h / esp_netif.h - Both SX1262 and SX1276 variants tested and working - Ethernet + Radio coexist correctly on native SDK - Added IP validation in CommonCLI.cpp to prevent boot-time garbage: * isValidUnicastIp() — rejects 0.x.x.x and >=224.x.x.x * isValidSubnetMask() — rejects non-contiguous masks * Applied in loadPrefsInt to zero out corrupted eth_* fields before netif apply * This fixes the 254.192.168.254 stale SPIFFS issue |
||
|---|---|---|
| .. | ||
| ESPNOWRadio.cpp | ||
| ESPNOWRadio.h | ||
| SerialBLEInterface.cpp | ||
| SerialBLEInterface.h | ||
| SerialWifiInterface.cpp | ||
| SerialWifiInterface.h | ||
| TBeamBoard.cpp | ||
| TBeamBoard.h | ||
| TCPConsole.h | ||
| TEthEliteBoard.cpp | ||
| TEthEliteBoard.h | ||
| TEthEliteBoard_SX1262.h | ||
| TEthEliteBoard_SX1276.h | ||