mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
lf t55xx commands works again. Need to find a better sprinf_bin_break function
This commit is contained in:
parent
2a4685312a
commit
e598aec890
3 changed files with 16 additions and 17 deletions
|
@ -62,15 +62,15 @@ struct receiver_arg {
|
|||
byte_t rx[sizeof(UsbCommand)];
|
||||
byte_t* prx = rx;
|
||||
|
||||
// static void showBanner(void){
|
||||
// printf("██████╗ ███╗ ███╗ ████╗ ...Iceman fork\n");
|
||||
// printf("██╔══██╗████╗ ████║ ══█║\n");
|
||||
// printf("██████╔╝██╔████╔██║ ████╔╝\n");
|
||||
// printf("██╔═══╝ ██║╚██╔╝██║ ══█║ iceman@icesql.net\n");
|
||||
// printf("██║ ██║ ╚═╝ ██║ ████╔╝ https://github.com/iceman1001/proxmark3\n");
|
||||
// printf("╚═╝ ╚═╝ ╚═╝ ╚═══╝v3.0.2n");
|
||||
// }
|
||||
|
||||
static void showBanner(void){
|
||||
printf("██████╗ ███╗ ███╗ ████╗ ...Iceman fork\n");
|
||||
printf("██╔══██╗████╗ ████║ ══█║\n");
|
||||
printf("██████╔╝██╔████╔██║ ████╔╝\n");
|
||||
printf("██╔═══╝ ██║╚██╔╝██║ ══█║ iceman@icesql.net\n");
|
||||
printf("██║ ██║ ╚═╝ ██║ ████╔╝ https://github.com/iceman1001/proxmark3\n");
|
||||
printf("╚═╝ ╚═╝ ╚═╝ ╚═══╝v3.0.0\n");
|
||||
printf("\n\n");
|
||||
}
|
||||
|
||||
static void *uart_receiver(void *targ) {
|
||||
struct receiver_arg *arg = (struct receiver_arg*)targ;
|
||||
|
@ -124,7 +124,7 @@ void main_loop(char *script_cmds_file, bool usb_present) {
|
|||
}
|
||||
|
||||
read_history(".history");
|
||||
|
||||
|
||||
while(1) {
|
||||
|
||||
// If there is a script file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue