add build date to INFO_UF2.TXT

This commit is contained in:
hathach 2018-08-31 02:35:59 +07:00
parent d8fb8bdbe1
commit bb4891debc
1 changed files with 2 additions and 1 deletions

View File

@ -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"