implement edit of system rule, update requirements

This commit is contained in:
KF7EEL
2021-07-26 15:41:40 -07:00
parent e55c1395f6
commit ea1c04528c
13 changed files with 5562 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
def gen_script(dmr_id, passphrase):
script = '''
DMR ID: ''' + str(dmr_id) + ''' \n Passphrase: ''' + str(passphrase) + '''
'''
return script