add build date to INFO_UF2.TXT
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user