The MAC address of the GCS is hardcoded. This means that MAQSS must be recompiled whenever we want to use a different radio for the GCS, which takes a while.
Make the MAC address of the GCS an InputFile variable. You can see where the MAC address of the GCS is used in the UpdateGCS() in PNav.cpp.
Also, add the MAC address of the pi's radio to the InputFile. This value isn't used currently, but will be in the future.
The MAC address of the GCS is hardcoded. This means that MAQSS must be recompiled whenever we want to use a different radio for the GCS, which takes a while.
Make the MAC address of the GCS an InputFile variable. You can see where the MAC address of the GCS is used in the UpdateGCS() in PNav.cpp.
Also, add the MAC address of the pi's radio to the InputFile. This value isn't used currently, but will be in the future.