Files
aprsd/tests/plugins
hemna f83154b6e9 fix: remove no-op self-assignment 'fromcall = fromcall' in USMetarPlugin (#272)
In the else-branch of USMetarPlugin.process(), 'fromcall = fromcall'
is a self-assignment that does nothing.  It was likely a leftover from
an edit that intended to reassign fromcall but forgot to write the RHS.
Remove the dead line.  The variable is still used correctly on the next
line (get_aprs_fi call).

Closes #253
2026-08-28 14:13:05 -04:00
..
2026-01-05 17:00:03 -05:00
2026-01-05 17:00:03 -05:00
2026-01-05 17:00:03 -05:00
2026-01-18 23:54:43 -05:00