Skip to content

Commit 8200fca

Browse files
committed
Upgrade micropython.js
1 parent f4c8f5c commit 8200fca

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This project is sponsored by Arduino, based on original work by Murilo Polese. T
2424

2525
Arduino Lab for MicroPython is an [Electron](https://www.electronjs.org/) app that has its main purpose to communicate over serial with a microprocessor running [MicroPython](https://micropython.org/). All Electron code is at `/index.js`.
2626

27-
All operations over serial are abstracted and packaged on `/micropython.js` which is an attempt of porting `pyboard.py`. The port has its [own repository](https://github.com/murilopolese/micropython.js) but for the sake of simplicity and transparency, `micropython.js` is committed as source code.
27+
All operations over serial are abstracted and packaged on `/micropython.js` which is an attempt of porting `pyboard.py`. The port has its [own repository](https://github.com/arduino/micropython.js) but for the sake of simplicity and transparency, `micropython.js` is committed as source code.
2828

2929
The User Interface (UI) source code stays inside `/ui` folder and is completely independent of the Electron code.
3030

@@ -39,7 +39,6 @@ At the root of the repository you will find:
3939
- `/scripts`: Scripts executed during the build process.
4040
- `/ui`: Available user interfaces.
4141
- `/index.js`: Main Electron code.
42-
- `/micropython.js`: Serial connection abstraction.
4342
- `/preload.js`: Creates Disk and Serial APIs on Electron's main process and exposes it to Electron's renderer process (context bridge).
4443

4544
## Arduino UI
@@ -82,4 +81,3 @@ Some changes on the Electron code will require reopening the app but all UI chan
8281
## Disclaimer
8382

8483
This software is provided “as is” and we make no express or implied warranties whatsoever with respect to its functionality, operability, or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose, or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.
85-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"about-window": "^1.15.2",
41-
"micropython.js": "github:murilopolese/micropython.js#v1.2.2",
41+
"micropython.js": "github:murilopolese/micropython.js#v1.3.0",
4242
"mkdirp": "^1.0.3",
4343
"serialport": "^10.4.0"
4444
},

0 commit comments

Comments
 (0)