File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 3.0.0 - 2025-05-28
4
+
5
+ - Add support to use the extension as web extension. Currently supporting only connection through USB!
6
+
3
7
## 2.1.0 - 2025-05-25
4
8
5
9
- Add USB connection support for HubOS3
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ from file_name import *
32
32
33
33
is supported. Files not found are skipped (in the hope they exist on the hub). Nevertheless an error will inform you.
34
34
35
+ > [ !NOTE]
36
+ > This is not supported for web extension usage.
37
+
35
38
### Custom Preprocessor
36
39
37
40
The plugin has a settings where you can specify an external program/script that should be executed before uploading the program
@@ -40,6 +43,9 @@ to the hub. This will receive the contents of the file as stdin. It should outpu
40
43
> [ !NOTE]
41
44
> This will be executed AFTER the builtin preprocessor for combining the files and right before compiling and uploading the program to the hub!
42
45
46
+ > [ !NOTE]
47
+ > This is not supported for web extension usage.
48
+
43
49
### Compilation
44
50
45
51
The extension supports compiling Python files to binary (MPY) before uploading. This is controlled by a setting:
You can’t perform that action at this time.
0 commit comments