add bootloader to uf2 info file

This commit is contained in:
hathach
2018-06-21 12:28:52 +07:00
parent 56f126e715
commit 9847a37599
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,8 @@ struct TextFile {
const char infoUf2File[] = //
"UF2 Bootloader " UF2_VERSION "\r\n"
"Model: " PRODUCT_NAME "\r\n"
"Board-ID: " BOARD_ID "\r\n";
"Board-ID: " BOARD_ID "\r\n"
"Bootloader: " BOOTLOADER_ID "\r\n";
const char indexFile[] = //
"<!doctype html>\n"