Matt Sieren

Results 111 comments of Matt Sieren

SPIFFS will not be updated during/after a firmware update, therefore thats not possible. Showing the version is a good idea though, will do some point in the future. (Or maybe...

Beta versions for AZTouchMod and M5Stack Core 2 [homepoint_m5core2_aztouchmod_betas.zip](https://github.com/sieren/Homepoint/files/6443351/homepoint_m5core2_aztouchmod_betas.zip)

Thanks for your assessment @Girgitt :) There are still tons of bugs in there and the code is still somewhat messy as I've been trying to do performance improvements to...

There's a lot of icons in there that need attribution. I've picked one randomly at https://www.flaticon.com/free-icon/shower_2425854 and it needs attribution, though you said it's public domain. What's more so problematic...

Awesome! Thanks a lot for your work! I'm a bit overwhelmed with my regular job this week so it might take some time till I've reviewed these. I'll make sure...

I assume this is conceivable, at least I do see support for it in TFT_eSPI, the library currently used to drive displays. However I'd be more concerned about battery usage,...

Thanks for checking, but yeah, sadly no news on that front. I'm afraid it's in the SPIFFS implementation itself and unrelated to Homepoint.

LittleFS will make it into ESP-IDF v4.2, but sadly the underlying Arduino Library doesn't support it yet. I will investigate replacing SPIFFS once that happened.

It should be possible...at least when using the raw project you can update the spiffs bin with `make spiffs_spiffs_bin` and flash it manually with something along the lines of `esptool.py...