add build date to INFO_UF2.TXT
This commit is contained in:
parent
d8fb8bdbe1
commit
bb4891debc
@ -63,7 +63,8 @@ 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";
|
||||
"Bootloader: " BOOTLOADER_ID "\r\n"
|
||||
"Date: " __DATE__ "\r\n";
|
||||
|
||||
const char indexFile[] = //
|
||||
"<!doctype html>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user