diff --git a/bin/argbColors b/bin/argbColors new file mode 100755 index 0000000..00f33df Binary files /dev/null and b/bin/argbColors differ diff --git a/src/commands.c b/src/commands.c index 2167b99..050e6db 100644 --- a/src/commands.c +++ b/src/commands.c @@ -186,8 +186,6 @@ int wave1(){ if(64 != writeUsb(end_alt_transaction)) return 1; - unsigned char dir1[64] = { 0xcc, }; - printf("\rWave 1 (Sync) sequence sent\n"); return 0;