We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59928f7 commit 4eac71fCopy full SHA for 4eac71f
js/python-main.js
@@ -882,7 +882,7 @@ function web_editor(config) {
882
}
883
// This works in all other browser
884
var filename = getSafeName();
885
- var blob = new Blob([output], { 'type': 'application/octet-stream' });
+ var blob = new Blob([output], { 'type': 'text/plain' });
886
saveAs(blob, filename + '.hex');
887
888
0 commit comments