mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Add native Ethernet support for RAK4631 repeater, room server, and companion
Add W5100S Ethernet adapter support for RAK4631-based firmware, enabling TCP CLI access on port 23 as an alternative to BLE/Serial connections. - New SerialEthernetInterface for nRF52 with DHCP, reconnection handling, and shared WB_IO2 power pin management with GPS module - Ethernet build targets for repeater, room server, and companion firmware - Prevent GPS from toggling WB_IO2 when Ethernet module is active - CI build check for all three ETH firmware targets Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a10476efd7
commit
70b51bd096
9 changed files with 842 additions and 11 deletions
3
.github/workflows/pr-build-check.yml
vendored
3
.github/workflows/pr-build-check.yml
vendored
|
|
@ -23,8 +23,11 @@ jobs:
|
|||
- Heltec_v3_room_server
|
||||
# nRF52
|
||||
- RAK_4631_companion_radio_ble
|
||||
- RAK_4631_companion_radio_eth
|
||||
- RAK_4631_repeater
|
||||
- RAK_4631_repeater_eth
|
||||
- RAK_4631_room_server
|
||||
- RAK_4631_room_server_eth
|
||||
# RP2040
|
||||
- PicoW_repeater
|
||||
# STM32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue