mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-02-25 00:55:27 +01:00
fixing destination field for aprs-is
This commit is contained in:
parent
3881b765f0
commit
5a1a091fc7
|
|
@ -20,7 +20,7 @@ bool AprsIsTask::setup(std::shared_ptr<Configuration> config, std::shared_ptr<Bo
|
|||
|
||||
_beaconMsg = std::shared_ptr<APRSMessage>(new APRSMessage());
|
||||
_beaconMsg->setSource(config->callsign);
|
||||
_beaconMsg->setDestination("APLG1");
|
||||
_beaconMsg->setDestination("APLG01");
|
||||
String lat = create_lat_aprs(config->beacon.positionLatitude);
|
||||
String lng = create_long_aprs(config->beacon.positionLongitude);
|
||||
_beaconMsg->getBody()->setData(String("=") + lat + "L" + lng + "&" + config->beacon.message);
|
||||
|
|
|
|||
Loading…
Reference in a new issue