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
873 stars 147 forks source link

Fix a bug in multiline command implementation #101

Closed szymex73 closed 1 year ago

szymex73 commented 1 year ago

This fixes a bug where after a KeyboardInterrupt the application would crash since it would try to split a string that does not exist.

github-actions[bot] commented 1 year ago

You are welcome to add an entry to the CHANGELOG.md as well

github-actions[bot] commented 1 year ago

Built artifacts for commit 9ee5d3a73e2af1c9d7ddd92f97384ab1871ce3fb

Firmware

Client

doegox commented 1 year ago

Thanks! for my info, how did you trigger the bug? when I did try ctrl-d or ctrl-c, it was quitting without crash

szymex73 commented 1 year ago

Both Ctrl+C and Ctrl+D would trigger it on my Linux host