devanlai / dapboot

DFU Bootloader for STM32 chips
Other
331 stars 111 forks source link

Fixes issue #17 Guard on all defines in config.h #19

Closed 0x3333 closed 5 years ago

0x3333 commented 5 years ago

Add a #ifndef on all defines in config.h files, allowing them to be changed on the command line. Also updated README.md to make it clear.

Also, I added a BluePill target, so it can be overridden too.

devanlai commented 5 years ago

Looks great, thanks!