Add core function for reader command set_rfsettings_saved.

This commit is contained in:
Mikaël Ates 2013-10-07 17:30:44 +02:00
parent 6f38f6017e
commit b605fea84d
1 changed files with 4 additions and 0 deletions

View File

@ -72,3 +72,7 @@ def set_rfsettings(logic_ports):
for _ in range(i, 16):
data += '\x00\x00\x00\x00'
return data
def set_rfsettings_saved(logic_ports):
return set_rfsettings(logic_ports)