Cleaned up serial patching

This commit is contained in:
Mykola Grymalyuk
2020-11-30 20:40:57 -07:00
parent 6bff171256
commit df9839e444
3 changed files with 47 additions and 133 deletions

View File

@@ -48,8 +48,10 @@ while MainMenu:
print(" 3. Change model")
print(" 4. Credits")
print(" 5. Exit")
macserialoutput = subprocess.Popen(["./payloads/tools/macserial", "-m", "MacBookAir6,1"], stdout=subprocess.PIPE).communicate()[0]
print(macserialoutput)
print("")
MainMenu = raw_input('Please select an option: ')