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 16e2fff commit caec6f6Copy full SHA for caec6f6
CHANGELOG
@@ -1,3 +1,9 @@
1
+2.1.1
2
+-----
3
+* Update MicroPython to the v2.0.0-beta.3 release
4
+* Improve the error reporting for old DAPLink versions attempting to WebUSB connect
5
+* Fix WebUSB issue detecting the board ID
6
+
7
2.1.0
8
-----
9
* Update MicroPython to the v2.0.0-beta.1 release
editor.html
@@ -72,7 +72,7 @@
72
document.execCommand('Stop');
73
}
74
// VERSION INFORMATION
75
- EDITOR_VERSION = "2.1.0";
+ EDITOR_VERSION = "2.1.1";
76
UPY_1_VERSION = "1.0.1";
77
UPY_2_VERSION = "2.0.0-beta.3";
78
</script>
0 commit comments