LUFT-AQUILA
LUFT-AQUILA
### Describe the problem In Windows, I cannot compile a sketch with a following error. ``` Used platform Version Path esp32:esp32 2.0.14 C:\Users\LUFT-AQUILA\local\workspace\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.14 Error during build: fork/exec C:\Users\LUFT-AQUILA\local\workspace\monolith\builder\toolchain\arduino\data\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32-elf-g++.exe: The filename...
Thank you for your code. It is very helpful to understanding the USB Host structure. I'm trying to make ESP32 read data from my USB keyboard. The `usbhhidboot` example works...
I'm using neovim v0.10 and lazy.nvim to load plugins, with following configurations for nvim-cursorline. ```sh { "luftaquila/nvim-cursorline", event = "VimEnter", config = function() require("nvim-cursorline").setup {} end, }, ``` Since highlighting...
### Operating System Windows 11 ### Board STM32F103C8T6 Blue Pill ### Firmware examples/device/cdc_msc ### What happened ? When put the USB to the host, `USB Mass Storage` device appears. But...
I was using this crate in my project and found out that the Korean IME key `VK_HANGUL` is not captured by the `device_query`. This key is commonly used on Korean...
Thank you for the great simple tool. For those who want a custom CSS, you can include a `` tag inside the markdown. The best practice is to add a...
I've found out that the documentation for the `network-public-ip` plugin was missing. This PR adds the docs of it, and add a missing space between the label and the IP...
This PR resolves #372 . Although the issue is not always able to reproduce, I believe it is better to use a normal word instead of a specific unicode byte....
### Describe the bug Customizable padding feature added by #352 makes the status bar break when using zero-width space as a padding. ### To Reproduce 1. Add following lines to...