Jade Mattsson

Results 120 comments of Jade Mattsson
trafficstars

If you can get it to build, fork it to a new repo on your github and add the Docker build capability :)

The build issue in #2 is really about the old `mountlo` utility, which is separate from fuseloop. If you could manage to get `mountlo` to build in Docker, there are...

On Ubuntu you typically need to be a member of the `fuse` group to be able to use FUSE utilities.

I can confirm that I can reproduce this on an esp32c3 at least; I will investigate.

@serg3295 This crash seems to be another stack overrun. Increasing the system event task stack size resolves it for me. Are you able to take it for a spin on...

Great, thank you for testing! I'll get that merged right away.

I've got a Box-3 on the way, I shall take this for a spin once I get it! 😊

The underlying issue here is that the USB-SERIAL-JTAG isn't an actual UART in the first place. In the name of backwards compatibility I've tried to hide that fact with increasing...

I've almost finished the necessary refactoring, but I'm out of time for today. I'll try to have something tomorrow.

I've only just started the testing, but if you want to have a play early the branch is [here](https://github.com/DiUS/nodemcu-firmware/tree/refs/heads/dev-esp32-console-module). Effectively, the console interaction is now via the `console` module, and...