Bridges LoRa mesh and TCP/WiFi backbone networks using microReticulum. Based on microReticulum_Firmware with boundary mode additions: - BoundaryMode.h: State management and EEPROM persistence - BoundaryConfig.h: WiFi captive portal for configuration - TcpInterface.h: TCP backbone interface with HDLC framing - Display.h: Custom OLED layout with network status indicators - Transport/Identity library patches for embedded memory constraints
5 lines
147 B
C
Executable File
5 lines
147 B
C
Executable File
// Just for consistency, for RAK3112 ESP32-S3 all definitions are in the pins_arduino.h
|
|
|
|
#ifndef _VARIANT_RAK3112_
|
|
#define _VARIANT_RAK3113_
|
|
#endif |