Skip to content

Commit 8792acc

Browse files
committed
Capital P on MicroPython
1 parent 4e0f340 commit 8792acc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-lab-micropython-ide",
3-
"productName": "Arduino Lab for Micropython",
3+
"productName": "Arduino Lab for MicroPython",
44
"version": "0.9.1",
55
"description": "Arduino Lab for MicroPython is a project sponsored by Arduino, based on original work by Murilo Polese.\nThis is an experimental pre-release software, please direct any questions exclusively to Github issues.",
66
"main": "index.js",

preload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ console.log('preload')
22
const { contextBridge, ipcRenderer } = require('electron')
33
const path = require('path')
44

5-
const Micropython = require('micropython.js')
6-
const board = new Micropython()
5+
const MicroPython = require('micropython.js')
6+
const board = new MicroPython()
77
board.chunk_size = 192
88
board.chunk_sleep = 200
99

0 commit comments

Comments
 (0)