UCSD-E4E / radio_collar_tracker_gcs

Ground Control Station software for the Radio Collar Tracker
http://e4e.ucsd.edu/radio-collar-tracker
GNU General Public License v3.0
1 stars 0 forks source link

Config dialog #55

Closed Wesleylewis05 closed 1 year ago

Wesleylewis05 commented 1 year ago

Integrated gcsConfig into the UI: We created a ConfigDialogPage class with two additional functions for creating input boxes to talk to the gcsConfig.ini file

hgrehm commented 1 year ago

Still getting an error upon trying to connect:


Traceback (most recent call last):
  File "\radio_collar_tracker_gcs\scripts\ui\display.py", line 500, in __handleConnectInput
    if connectionDialog.port_number is None or \
AttributeError: 'ConnectionDialog' object has no attribute 'port_number'