mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 22:19:00 +00:00
test1
This commit is contained in:
parent
e433e375e5
commit
b7ba17d871
7 changed files with 52 additions and 28 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <SPIFFS.h>
|
||||
#include <WiFi.h>
|
||||
#include "configuration.h"
|
||||
#include "syslog_utils.h"
|
||||
#include "pins_config.h"
|
||||
#include "wifi_utils.h"
|
||||
#include "lora_utils.h"
|
||||
|
|
@ -34,7 +35,8 @@ void processStatus() {
|
|||
if (stationMode==1 || stationMode==2) {
|
||||
delay(1000);
|
||||
status += ",qAC:>https://github.com/richonguzman/LoRa_APRS_iGate";
|
||||
espClient.write((status + "\n").c_str());
|
||||
espClient.write((status + "\n").c_str());
|
||||
SYSLOG_Utils::log("APRSIS Tx", status,0,0,0);
|
||||
} else {
|
||||
delay(5000);
|
||||
status += ":>https://github.com/richonguzman/LoRa_APRS_iGate";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue