mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
Validation for RAK13800 Ethernet Companion Targets
Validate the canonical targets:
RAK_RAK13800_companion_radio_ethRAK_RAK13800_companion_radio_eth_static_diag
What to Verify
- The target name is the RAK13800 board-support name, not a generic RAK4631 label.
- The build still extends the RAK4631 PlatformIO environment.
- The static diagnostic target keeps:
- IP
10.245.94.47 - Gateway
10.245.94.33 - DNS
10.245.94.33 - Subnet
255.255.255.224 - TCP port
4403 ETH_STATIC_ONLY=1ETH_DEBUG_LOGGING=1
- IP
- The production target uses:
- DHCP first or DHCP with static fallback
- TCP port
4403 ETH_DEBUG_LOGGING=0FORCE_CLIENT_REPEAT=0MAX_CONTACTS=128unless RAM testing proves a higher value is safe
Compatibility Check
- Keep
RAK_4631_companion_radio_eth_cleanas an alias toRAK_RAK13800_companion_radio_ethif older scripts still use it. - Keep
RAK_4631_companion_radio_eth_static_diagas an alias toRAK_RAK13800_companion_radio_eth_static_diagif older scripts still use it.