Added min & max DMR IDs

precursor to sanity checks on ACL improvements and additions.
This commit is contained in:
Cort Buffington 2018-02-06 16:06:01 -08:00
parent 050aad7cb3
commit fbe7862faa
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ __license__ = 'GNU GPLv3'
__maintainer__ = 'Cort Buffington, N0MJS'
__email__ = 'n0mjs@me.com'
# DMR Related constants
ID_MIN = 1
ID_MAX = 16776415
# Timers
STREAM_TO = .360