typos
This commit is contained in:
@@ -2491,7 +2491,7 @@ static void SendForward(uint8_t fwd_bit_count, bool fast) {
|
|||||||
TurnReadLF_off(EM_START_GAP);
|
TurnReadLF_off(EM_START_GAP);
|
||||||
TurnReadLFOn(18 * 8);
|
TurnReadLFOn(18 * 8);
|
||||||
|
|
||||||
// now start writting with bitbanging the antenna. (each bit should be 32*8 total length)
|
// now start writing with bitbanging the antenna. (each bit should be 32*8 total length)
|
||||||
while (fwd_bit_sz-- > 0) { //prepare next bit modulation
|
while (fwd_bit_sz-- > 0) { //prepare next bit modulation
|
||||||
if (((*fwd_write_ptr++) & 1) == 1) {
|
if (((*fwd_write_ptr++) & 1) == 1) {
|
||||||
WaitUS(32 * 8);
|
WaitUS(32 * 8);
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ static int usage_lf_em4x50_dump(void) {
|
|||||||
PrintAndLogEx(NORMAL, "Usage: lf em 4x50_dump [h] [f <filename prefix>] [p <pwd>]");
|
PrintAndLogEx(NORMAL, "Usage: lf em 4x50_dump [h] [f <filename prefix>] [p <pwd>]");
|
||||||
PrintAndLogEx(NORMAL, "Options:");
|
PrintAndLogEx(NORMAL, "Options:");
|
||||||
PrintAndLogEx(NORMAL, " h - this help");
|
PrintAndLogEx(NORMAL, " h - this help");
|
||||||
PrintAndLogEx(NORMAL, " f <filename prefix> - overide filename prefix (optional). Default is based on UID");
|
PrintAndLogEx(NORMAL, " f <filename prefix> - override filename prefix (optional). Default is based on UID");
|
||||||
PrintAndLogEx(NORMAL, " p <pwd> - password (hex) (optional)");
|
PrintAndLogEx(NORMAL, " p <pwd> - password (hex) (optional)");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" lf em 4x50_dump"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" lf em 4x50_dump"));
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ static int usage_t55xx_dump(void) {
|
|||||||
PrintAndLogEx(NORMAL, "Options:");
|
PrintAndLogEx(NORMAL, "Options:");
|
||||||
PrintAndLogEx(NORMAL, " p <password> - OPTIONAL password 4bytes (8 hex symbols)");
|
PrintAndLogEx(NORMAL, " p <password> - OPTIONAL password 4bytes (8 hex symbols)");
|
||||||
PrintAndLogEx(NORMAL, " o - OPTIONAL override, force pwd read despite danger to card");
|
PrintAndLogEx(NORMAL, " o - OPTIONAL override, force pwd read despite danger to card");
|
||||||
PrintAndLogEx(NORMAL, " f <prefix> - overide filename prefix (optional). Default is based on blk 0");
|
PrintAndLogEx(NORMAL, " f <prefix> - override filename prefix (optional). Default is based on blk 0");
|
||||||
print_usage_t55xx_downloadlink(T55XX_DLMODE_SINGLE, config.downlink_mode);
|
print_usage_t55xx_downloadlink(T55XX_DLMODE_SINGLE, config.downlink_mode);
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
|
|||||||
Reference in New Issue
Block a user