mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-19 06:05:46 +01:00
eso
This commit is contained in:
parent
32fb294cb6
commit
b41165bdc3
|
|
@ -96,6 +96,7 @@ void validate_lora_packet(String packet) {
|
|||
|
||||
void process_aprsisPacket(String aprsisMessage) {
|
||||
Serial.println(aprsisMessage);
|
||||
// aqui toda la modificacion del mensaje antes de responder por lora!!!
|
||||
}
|
||||
|
||||
void setup() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue