Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 12, 2022
1 parent 91e526f commit 7805af4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file

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

## [2.0.7] - 2022-09-12

### Changed
- Updated stubs as of Firmware v1.19.1-389-1 unstable for the rp2 Pico-W board

## [2.0.6] - 2022-09-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

> __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)__
> __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)__
This software is originally based on [Pico-Go](https://github.com/cpwood/Pico-Go) by cpwood.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pico-w-go",
"displayName": "Pico-W-Go",
"description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).",
"version": "2.0.6",
"version": "2.0.7",
"publisher": "paulober",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",
Expand Down

0 comments on commit 7805af4

Please sign in to comment.