LoRa APRS Digipeater
1.0.0
Supported boards
Path that will digipeated
Path that will not digipeated
Require LoRa module pinout definitions and Display pinout in config.h:
LoRa Module
#define LoRa_SCK 5
#define LoRa_MISO 19
#define LoRa_MOSI 27
#define LoRa_SS 18
#define LoRa_RST 14
#define LoRa_DIO0 26
Display
#define LoRa_Oled_SDA 21
#define LoRa_Oled_SCL 22
#define LoRa_Oled_RST 16