Block a user
Radio-specific parameters to get_smeter()
Build function that waits for one location, returns it, and exits.
Easier to just ask for location one at a time?
Bring in get_loc() from gpsll
It takes ~1 second to get a location once the GPS receiver is working. So I will need to wait wait - 1 second, call get_loc(), then wait 1 second and call get_smeter().
For now, until I…
Build function that waits for one location, returns it, and exits.
Need to speed this up; in a 1-second loop it is 3 seconds between measurements.
Rig db
Some parameters here: https://hamlib.sourceforge.net/sup-info/4.7.0/rigmatrix.html#parms1
I think I should figure out how to store one rig easily, then add others as requested.