update uf2 product name

This commit is contained in:
hathach
2019-04-24 16:46:25 +07:00
parent 137785f2f0
commit 6bbcab7f50
12 changed files with 14 additions and 14 deletions

View File

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