udp configs: fix discrepancy

This commit is contained in:
Max 2021-12-10 19:08:14 -05:00
parent d9794b5123
commit 8b77120005
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
"Sysname" "Control Channel List" "Offset" "NAC" "Modulation" "TGID Tags File" "Whitelist" "Blacklist" "Center Frequency"
"Fake" "925.0" "0" "0x293" "FSK4" "" "" "" "924.95"
"Fake" "924.975" "0" "0x293" "FSK4" "" "" "" "924.95"

1 Sysname Control Channel List Offset NAC Modulation TGID Tags File Whitelist Blacklist Center Frequency
2 Fake 925.0 924.975 0 0x293 FSK4 924.95

View File

@ -8,8 +8,8 @@ if __name__ == '__main__':
params = {
'wacn' : 0xbee00,
'system_id': 0x290,
'cc_freq': 925000000,
'vc_freq': 924900000,
'cc_freq': 924975000,
'vc_freq': 924925000,
'nac': 0x293,
'subsystem_id': 1,
'site_id': 1,