diff --git a/bridge_gps_data.py b/bridge_gps_data.py index 90190d1..4e17403 100755 --- a/bridge_gps_data.py +++ b/bridge_gps_data.py @@ -1732,13 +1732,13 @@ if __name__ == '__main__': # Ensure we have a path for the config file, if one wasn't specified, then use the default (top of file) if not cli_args.CONFIG_FILE: - cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/gps_data.cfg' + cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/hblink.cfg' # Call the external routine to build the configuration dictionary CONFIG = config.build_config(cli_args.CONFIG_FILE) data_id = int(CONFIG['GPS_DATA']['DATA_DMR_ID']) - echo_id = int(CONFIG['GPS_DATA']['ECHO_DMR_ID']) + #echo_id = int(CONFIG['GPS_DATA']['ECHO_DMR_ID']) # Group call or Unit (private) call call_type = CONFIG['GPS_DATA']['CALL_TYPE']