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

Building Firmware for Ultra and Lite #114

Closed wkerkhoven closed 1 year ago

wkerkhoven commented 1 year ago

When building firmware I need to clean "bootloader" and "application" folder, every time I'm doing the build. and when I'm also flashing both I need to be sure that there is no build for the other. My idea is to clean both folders and than build. add;

(
  cd bootloader
  make clean
)

(
  cd application
  make clean
)

around line 23 just after "set -xe"