devicescript
devicescript copied to clipboard
TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
Type: Bug ## Describe the issue When I render an image it's appearing with horizontal black lines: ## To Reproduce ```ts import { getDisplay } from "cardputer" import { shipping_game_bg...
## Describe the issue when i select flash , it will show a error ``` using serial port COM3 at 1500000 esptool: C:\Users\Administrator\.espressif\python_env\idf5.1_py3.11_env\Scripts\esptool.py fetch https://github.com/microsoft/devicescript-esp32/releases/latest/download/devicescript-esp32c3-esp32c3_bare-0x0.bin F:\esp32\node_modules\@devicescript\cli\built\devicescript-cli.cjs:490875 const resp = await...
**Describe the bug** The devicescript service failed to start, please see the screen shoot. And hardware connection is not available. Vscode will stuck at the context, and the only way...
More support for https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isInteger
**Describe the bug** My board uses pins 16, 4, 17 for builtin rgb led, but everytime i try to make a custom board for it, it keeps telling me that...
1. Create an arbitrary Array of numbers with length>100 2. myArray.sort() results in: 3. Exception: InfiniteLoop VM> at sort [as F9_pc84] (node_modules\@devicescript\core\src\array.ts:206:13) VM> at main [as F0_pc37] (src\main.ts:90:1)
### Discussed in https://github.com/microsoft/devicescript/discussions/660 Originally posted by **yuichisuzuki0601** November 8, 2023 * The device is Raspberry Pi pico. * I have confirmed that the device is connected to wifi. *...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
WMIC seems to have become an optional feature in the latest builds of windows 11 and is needed by the VSCode extension to "flash firmware", giving a ``Error: spawn wmic...