update uf2 BOARD_ID
This commit is contained in:
		@@ -63,8 +63,7 @@ struct TextFile {
 | 
			
		||||
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"
 | 
			
		||||
    "Board-ID: " UF2_BOARD_ID "\r\n"
 | 
			
		||||
    "Date: " __DATE__ "\r\n";
 | 
			
		||||
 | 
			
		||||
const char indexFile[] = //
 | 
			
		||||
 
 | 
			
		||||
@@ -4,10 +4,6 @@
 | 
			
		||||
  #define PRODUCT_NAME     DIS_MODEL
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef BOARD_ID
 | 
			
		||||
#define BOARD_ID           "NRF52-Bluefruit-v0"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef INDEX_URL
 | 
			
		||||
#define INDEX_URL          "https://www.adafruit.com/"
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user