RfidResearchGroup / ChameleonUltra

The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards.
https://chameleonultra.com
GNU General Public License v3.0
878 stars 147 forks source link

client: don't let recv thread crashing after hw dfu #34

Closed doegox closed 1 year ago

doegox commented 1 year ago

Add flag to cmd to tell to close connection nicely after having sent the cmd. Useful e.g. for closing comm after sending hw dfu

xianglin1998 commented 1 year ago

Nice