Parse APRS location from packets that have that information. #26

Merged
w1cdn merged 10 commits from aprs_loc into dev 2025-11-09 03:23:51 +00:00
Showing only changes of commit 8af43a54bb - Show all commits

View File

@@ -485,7 +485,7 @@ fn handle_frame(frame: &AgwFrame, cli: &Cli, buffers: &mut BufferManager, loc_st
// POST JSON
let packet = json!({
"dx_call": &source_call,
"dx_aprs_ssid": &source_ssid,
"dx_ssid": &source_ssid,
"de_call": &my_call,
"de_latitude": &my_lat,
"de_longitude": &my_lon,