update uf2 BOARD_ID

This commit is contained in:
hathach
2019-04-24 16:15:59 +07:00
parent 9a0ee51d91
commit 4ec938230d
12 changed files with 12 additions and 12 deletions

View File

@ -63,8 +63,7 @@ struct TextFile {
const char infoUf2File[] = //
"UF2 Bootloader " UF2_VERSION "\r\n"
"Model: " PRODUCT_NAME "\r\n"
"Board-ID: " BOARD_ID "\r\n"
"Bootloader: " BOOTLOADER_ID "\r\n"
"Board-ID: " UF2_BOARD_ID "\r\n"
"Date: " __DATE__ "\r\n";
const char indexFile[] = //

View File

@ -4,10 +4,6 @@
#define PRODUCT_NAME DIS_MODEL
#endif
#ifndef BOARD_ID
#define BOARD_ID "NRF52-Bluefruit-v0"
#endif
#ifndef INDEX_URL
#define INDEX_URL "https://www.adafruit.com/"
#endif