This commit is contained in:
KF7EEL 2021-02-07 15:02:52 -08:00
parent ccd197a8c1
commit 76cadf01a4
1 changed files with 2 additions and 2 deletions

View File

@ -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']