Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
Updated stubs to v1.19.1-796
  • Loading branch information
paulober committed Jan 15, 2023
1 parent 66f84c8 commit 4ab6725
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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
- Mounting the MicroPython filesystem into VS Code as a remote workspace.

## [2.1.5] - 2023-01-15

# Changed
- Updated stubs to 'Firmware v1.19.1-796 unstable'

## [2.1.4] - 2022-12-20

### 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-20221027-unstable-v1.19.1-594-g65fa7fd8b.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20221027-unstable-v1.19.1-594-g65fa7fd8b.uf2)__
> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20230113-unstable-v1.19.1-796-gf4811b0b4.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20230113-unstable-v1.19.1-796-gf4811b0b4.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.1.4",
"version": "2.1.5",
"publisher": "paulober",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",
Expand Down
3 changes: 1 addition & 2 deletions stubs/stdlib/usys.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Module: 'usys' on micropython-v1.19.1-rp2
"""
# MCU: {'ver': 'v1.19.1', 'build': '', 'sysname': 'rp2', 'platform': 'rp2', 'version': '1.19.1', 'release': '1.19.1', 'port': 'rp2', 'family': 'micropython', 'name': 'micropython', 'machine': 'Raspberry Pi Pico W with RP2040', 'nodename': 'rp2'}
from typing import Any

argv = [] # type: list
Expand Down Expand Up @@ -69,7 +68,7 @@ stdin : Any ## <class 'FileIO'> = <io.FileIO 0>
"""Standard input ``stream``."""
stdout : Any ## <class 'FileIO'> = <io.FileIO 1>
"""Standard output ``stream``."""
version = '3.4.0; MicroPython v1.19.1-780-g439298be1 on 2022-12-20' # type: str
version = '3.4.0; MicroPython v1.19.1-796-gf4811b0b4 on 2023-01-13' # type: str
"""Python language version that this implementation conforms to, as a string."""
version_info = () # type: tuple
"""Python language version that this implementation conforms to, as a tuple of ints."""
2 changes: 1 addition & 1 deletion stubs/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.19.1-780"}
{"version": "1.19.1-796"}

0 comments on commit 4ab6725

Please sign in to comment.