iceman1001 / ChameleonMini-rebooted

Chameleon Mini revE rebooted - Iceman Fork, the ChameleonMini is a versatile contactless smartcard emulator (NFC/RFID)
Other
396 stars 85 forks source link

Access control and some minor fixes #204

Closed nitraiolo closed 2 years ago

nitraiolo commented 2 years ago

Added access control Fixed config id management Reduced logging footprint using sprintf() Experimenting double buffering to reduce logging line messing in working memory

iceman1001 commented 2 years ago

Interesting, I suggest you divide up the PR to smaller PR with dedicated changes instead of a large one with many changes. It is easy to follow PR if they are smaller and only touches one part.

Don't rename the firmware and try to PR it.

nitraiolo commented 2 years ago

OK