mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-27 13:31:12 +02:00
syslog fix for stationMode5
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ namespace LoRa_Utils {
|
||||
SPI.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_CS);
|
||||
LoRa.setPins(LORA_CS, LORA_RST, LORA_IRQ);
|
||||
long freq;
|
||||
if (stationMode == 1 || stationMode == 2) {
|
||||
if (stationMode==1 || stationMode==2) {
|
||||
freq = Config.loramodule.iGateFreq;
|
||||
} else {
|
||||
freq = Config.loramodule.digirepeaterTxFreq;
|
||||
|
||||
Reference in New Issue
Block a user