MeshCore/variants/rak4631
Ryan Gregg aea64e1f19 Address PR review feedback for Ethernet support
- Add #pragma once to SerialEthernetInterface.h
- Rename TCP_PORT to ETH_TCP_PORT with #ifndef guard
- Fix typos: "initalizing" → "initializing"
- Fix #elif without condition → #else for STM32 block
- Replace infinite loop on ETH init failure with halt()
- Remove heartbeat Serial.print(".") output
- Remove dead beginETH() call (ETH_ENABLED, not RAK_ETH_ENABLE)
- Comment out MESH_DEBUG and ETH_DEBUG_LOGGING build flags

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:43:59 -07:00
..
platformio.ini Address PR review feedback for Ethernet support 2026-03-10 20:43:59 -07:00
RAK4631Board.cpp Address PR review feedback for Ethernet support 2026-03-10 20:43:59 -07:00
RAK4631Board.h moved pindefs from board file to variant.h 2026-01-28 17:28:48 +01:00
target.cpp Pass rtc_clock to all MicroNMEALocationProvider instances 2026-03-03 15:45:07 +01:00
target.h Allow negative tx power 2026-02-06 02:24:51 +01:00
variant.cpp equalize RAK with all other nrf52 variants and use newer platform with all important fixes 2025-10-19 00:02:38 +02:00
variant.h moved pindefs from board file to variant.h 2026-01-28 17:28:48 +01:00