Skip to content

Commit 7805af4

Browse files
committed
v2.0.7
1 parent 91e526f commit 7805af4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file
1414

1515
- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board
1616

17+
## [2.0.7] - 2022-09-12
18+
19+
### Changed
20+
- Updated stubs as of Firmware v1.19.1-389-1 unstable for the rp2 Pico-W board
21+
1722
## [2.0.6] - 2022-09-08
1823

1924
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pico-W-Go provides code auto-completion and allows you to communicate with your Raspberry Pi Pico (W) board using the built-in REPL console. Run a single file on your board, sync your entire project or directly type and execute commands.
44

5-
> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20220908-unstable-v1.19.1-378-g24678fe45.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20220908-unstable-v1.19.1-378-g24678fe45.uf2)__
5+
> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20220909-unstable-v1.19.1-389-g4903e48e3.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20220909-unstable-v1.19.1-389-g4903e48e3.uf2)__
66
77
This software is originally based on [Pico-Go](https://github.com/cpwood/Pico-Go) by cpwood.
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "Pico-W-Go",
44
"description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).",
5-
"version": "2.0.6",
5+
"version": "2.0.7",
66
"publisher": "paulober",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",

0 commit comments

Comments
 (0)