mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
typos
This commit is contained in:
parent
0ed66781a7
commit
88308ea727
98 changed files with 271 additions and 271 deletions
|
@ -21,7 +21,7 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
#
|
||||
# Dependecies:
|
||||
# Dependencies:
|
||||
#
|
||||
# pip3 install pexpect ansicolors
|
||||
#
|
||||
|
@ -247,10 +247,10 @@ def main():
|
|||
must_update_fw = 1
|
||||
|
||||
if flash_mem in msg:
|
||||
print("[+] Flash memory accessable ", color('[OK]', fg='green'))
|
||||
print("[+] Flash memory accessible ", color('[OK]', fg='green'))
|
||||
res += 1
|
||||
else:
|
||||
print("[-] Flash memory accessable ", color('[FAIL]', fg='red'))
|
||||
print("[-] Flash memory accessible ", color('[FAIL]', fg='red'))
|
||||
|
||||
# extract slow clock and verify its OK...
|
||||
# slow clock check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue