Remove UF2 file repetition
This commit is contained in:
		@@ -72,8 +72,7 @@ namespace pxt.editor {
 | 
			
		||||
        let r = UF2.concatFiles([elfUF2, mkFile(".rbf", rbfBIN)])
 | 
			
		||||
        let data = UF2.serializeFile(r)
 | 
			
		||||
 | 
			
		||||
        // we repeat the file three times to minimze problems with failed writes
 | 
			
		||||
        resp.outfiles[pxtc.BINARY_UF2] = btoa(data + data + data)
 | 
			
		||||
        resp.outfiles[pxtc.BINARY_UF2] = btoa(data)
 | 
			
		||||
 | 
			
		||||
        let saveUF2Async = () => {
 | 
			
		||||
            if (isCli || !pxt.commands.saveOnlyAsync) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user