mpy-snippets icon indicating copy to clipboard operation
mpy-snippets copied to clipboard

snippets code for mPython

Results 9 mpy-snippets issues
Sort by recently updated
recently updated
newest added

Running Ubuntu 22, latest vscode and rt-thread micropython. No devices are found. dmesg shows device (esp32) is at ttyUSB0 and this can be connected to with picocom, so it is...

例如,没有这些: import esp32 import esp from machine import I2S

PS /Users/sean/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.7/ampy> ./cli_mac -p /dev/cu.usbmodem3164395C32382 repl Traceback (most recent call last): File "cli.py", line 34, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "",...

good first issue

Device: Wemos D1 mini. Windows 10, VSCode 1.55.1. Steps to reproduce: 1. In VSCode Explorer put a file into a folder; 2. Download the file -> Success message but it's...

When pressing the sync button, the plugin adds an extra \ character to the file path when creating the file on the micropython device. Example: "MicroWebSrv2\\libs" instead of "MicroWebSrv2\libs"

Device - ESP32 DEVKIT COM connection - Silicon Labs CP210x USB to UART Bridge System - Windows 10 I have already flashed this device with [micropython](http://micropython.org/resources/firmware/esp32-idf4-20210202-v1.14.bin) on a Mac via...

Feature request. When syncing a directory to a remote device, i run into problems with some .config files being included in the sync. can you add support for a .exclude...

good first issue

我在WIN10 1909 18363.1110 运行vscode1.49.3 下载潘多拉开发板(stm32l475-atk-pandora-mpy-v1.11.2-20200113.bin)的micropython示范程序,始终无法开启对应的COM8终端,即:在启动运行的一瞬间终端窗口有显示对应的COM8后,立马就消失了。始终无法运行对应的micropython程序。python版本是3.85。烦请协助解决。谢谢。 ![panduola micropython vscode err](https://user-images.githubusercontent.com/55185802/95201917-2ac6bb00-0813-11eb-8bf3-0dda42199807.jpg)