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
7 lines
131 B
C
Executable File
7 lines
131 B
C
Executable File
#pragma once
|
|
#include <stdint.h>
|
|
#ifndef _VARIANT_RAK11300_
|
|
#define _VARIANT_RAK11300_
|
|
|
|
#endif // #define _VARIANT_RAK11300_
|