Thomas E. Horner
Thomas E. Horner
_sorry for unintentionally "referencing" various other issues by pasting the raw gdb output._
I agree it could be beneficial to let the user know. Did you try adding a throw there?
I don't have such a piece of hardware. So I can't reproduce.
That would be ``` components/sys/drivers/st7735.c components/sys/drivers/st7735.h ``` I guess.
Using df I think it's possible to show the used/free space for each mounted file system. Maybe you can use that to check if the ramfs has been mounted. If...
It all comes down to function `mount_history_file` in components/sys/sys/mount.c It **first** checks for fat, then **second** it checks for ramfs. ``` if (mount_is_mounted("fat")) { path = mount_get_mount_path("fat"); } else if...
@jolivepetrus added to the wiki at the bottom of https://github.com/the0ne/Lua-RTOS-ESP32/wiki/OTA-updates
@jolivepetrus, having the lua part define the project opens the possibility to share binaries between projects, yet still being able to "split" them later - without having to touch the...
I think that there's a lot of benefit from the added information and the much more structured output. ``` / > net.ota(nil, nil, false, true) Connecting to https://sdkconfig-ota-server.tld ... Current...
> @the0ne, > > This PR have collateral effects with the Whitecat Ecosystem services. I think that your idea about "project" is covered by the current idea of type /...