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 |
||
|---|---|---|
| .. | ||
| helpers | ||
| Dispatcher.cpp | ||
| Dispatcher.h | ||
| Identity.cpp | ||
| Identity.h | ||
| Mesh.cpp | ||
| Mesh.h | ||
| MeshCore.h | ||
| Packet.cpp | ||
| Packet.h | ||
| Utils.cpp | ||
| Utils.h | ||