RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.63k stars 981 forks source link

Rename CMD_READ_MEM_DOWNLOAD flag. #2270

Closed martian closed 5 months ago

martian commented 5 months ago

CMD_READ_MEM_DOWNLOAD_RAW got automatically included in pm3_cmd.lua. It then broke lua scripting because some versions of lua don't like the bit shift in the value.

Renaming it from CMD_READ_MEM_DOWNLOAD_RAW to READ_MEM_DOWNLOAD_FLAG_RAW so it's not included anymore.

github-actions[bot] commented 5 months ago

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