mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Capabilities versionning, would also detect platform struct pack issues
This commit is contained in:
parent
5aed3e04c9
commit
3412e9d8c5
3 changed files with 8 additions and 1 deletions
|
@ -428,6 +428,7 @@ void SendStatus(void) {
|
|||
|
||||
void SendCapabilities(void) {
|
||||
capabilities_t capabilities;
|
||||
capabilities.version = CAPABILITIES_VERSION;
|
||||
capabilities.via_fpc = reply_via_fpc;
|
||||
if (reply_via_fpc)
|
||||
capabilities.baudrate = USART_BAUD_RATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue