remove "Adafruit" in model with pca10056 board

This commit is contained in:
hathach
2018-08-29 16:30:03 +07:00
parent 4ba09aa7ee
commit 4924e6787f
3 changed files with 49 additions and 44 deletions

View File

@ -1,5 +1,11 @@
#define UF2_VERSION "1.00"
#define PRODUCT_NAME "Adafruit " DIS_MODEL
#ifdef BOARD_PCA10056
#define PRODUCT_NAME DIS_MODEL
#else
#define PRODUCT_NAME "Adafruit " DIS_MODEL
#endif
#define BOARD_ID "NRF52-Bluefruit-v0"
#define INDEX_URL "https://www.adafruit.com/product/0000"
#define BOOTLOADER_ID MK_DIS_FIRMWARE