Per Tillisch

Results 1081 comments of Per Tillisch

Note that the `nodemcu-32s.menu.UploadSpeed.230400.windows.upload.speed` property has absolutely no effect (it defines a property named `windows.upload.speed`, which is not used anywhere). If the intention was to cause the `upload.speed` property value...

@wangzongming @me-no-dev please reopen this valid, unresolved issue. If I was confident in the validity of the solution I described in my previous comment, I would simply submit a pull...

Hi @hipotenusa >Any idea if there is such temporary folder in W10? It is here: ```text C:\Users\\AppData\Local\Temp\vscode-unpacked ``` (where `` is your Windows username) --- ❗ If looking for it...

Duplicate of: - https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/51 - https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/99 - https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/283 - And your own https://github.com/MHeironimus/ArduinoJoystickLibrary/issues/296 @carramar please close your duplicate issues to avoid cluttering up the issue tracker.

Hi @Defragster. Thanks for your report. I believe this is caused by Serial Monitor having a FIFO buffer. When the data exceeds the buffer size, the oldest data is discarded...

Hi @marcellofiore. I'm going to ask you to provide some additional information that might help us to identify the problem. --- ❗ This procedure is not intended to solve the...

Hi @nboorstin. Do you have the baud rate menu in the Arduino IDE 2.x Serial Monitor set to match the rate set in the `Serial.begin()` call in your sketch? For...