Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Aug 10, 2022
1 parent 7640ccb commit d73d757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Pico-W-Go VS Code Extension

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.
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.

> __Autocompletion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20220805-unstable-v1.19.1-240-g9dfabcd6d.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20220810-unstable-v1.19.1-250-gf72d3cec2.uf2)__
This software is originally a derivative product of [Pymakr](https://marketplace.visualstudio.com/items?itemName=pycom.Pymakr) by Pycom Ltd under the terms of its [GNU GPL Version 3+ license](LICENSE.md) but it has now received significant rewrites. Non-RP2040 boards are not supported but may still work.

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-Go (W)",
"description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).",
"version": "1.5.1",
"version": "1.5.2",
"publisher": "paulober",
"repository": "https://github.com/paulober/Pico-W-Go",
"bugs": {
Expand Down

0 comments on commit d73d757

Please sign in to comment.