From: pwpiwi Date: Sun, 12 Jan 2020 16:29:07 +0000 (+0100) Subject: modify USB communications X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b8ed9975e55c91abfd274e17d3414a31d53fab08?hp=b8ed9975e55c91abfd274e17d3414a31d53fab08 modify USB communications * use different data types for commands and responses * use variable length responses * maintain client/flasher compatibility with old format (e.g. when using old bootloader) * maintain bootloader compatibility with old format (e.g. when using old or RRG flasher.exe) * fix length of version string in appmain.c ---