0xPIT
0xPIT
can you please clean up the PR so that I can review the actual changes? You did a lot of formatting changes, please undo them as well.
Thanks a lot, I'll try to review this on the weekend!
I've manage to review most changes last night. Thanks for your contributions. I won't merge one big PR, though, but I'd like to integrate most of your changes. Would you...
Thinking of it, the key question seems to be do we need to keep state or not and who keeps state? With the example of blinds, opening (moving it up)...
can you post your code?
The macro `MenuItem` instructs the compiler to put the whole structure with the label string into progmem, see [here](https://github.com/0xPIT/menu/blob/master/Menu.h#L80), so you can not pass a string already in progmem to...
Thanks, I understand how it can be fixed, this error, normally stems from different SPI speeds configured for PSRAM and flash. The error I tried to report here is that...