protectivedad
protectivedad
I compiled fuse-exfat and exfat-utils 1.3.0 for a ARM router. Mounting or using any exfat-utils on a known working exfat system by either image file, flash drive or harddrive gives:...
I changed the master address on two DS3 controllers to be my vita's mac address + 1. I installed the minivitatv and ds3 modules. Rebooted. The vita displayed message press...
I discuss this [here](https://github.com/orgs/micropython/discussions/13239#top). The zombie processes make it hard to use if it is called continuously. I reverted to piping to file and reading the output.
Not sure if you are open to a Powershell version but here it is if you want to add it. The benefits are that it should work on different languages...
I'm not sure if this is because of how I installed it or my using trunk, etc. In feeds/packages/libs there is a libwebsockets that is pulling in vs 2.0.3. You...
Build gives an error: ``` ../main/app_main.c:262:5: error: implicit declaration of function 'gpio_pad_select_gpio'; did you mean 'esp_rom_gpio_pad_select_gpio'? [-Werror=implicit-function-declaration] gpio_pad_select_gpio(POWER_PIN); ^~~~~~~~~~~~~~~~~~~~ esp_rom_gpio_pad_select_gpio ``` From the bootloader map file both gpio_pad_select_gpio and esp_rom_gpio_pad_select_gpio...