Giorgioggì

Results 196 comments of Giorgioggì

Well, reopening so that one day in the next 50 years I remember to fix this.

I don't think I have ever tested SD cards on ESP32. I'll see if I can do it.

This is not supported at the moment, if I remember correctly. Functions can only be associated to pages stored in flash. I am currently away, I will check better when...

Uhm, and where do you do that? I don't think any hacks are necessary, this should be pretty straightforward to do with the last code refactoring I did. I will...

This should be done with 3c51945bb3563f6d5beb0f7ef8b795707a5bf329, please check out the current `master` branch, test it and report. See the `LedControl` example for the new method of associating functions to pages,...

A quick test I did works instead. Can you please post your sketch?

@jmcastillejo: Make sure to associate the function with `FileFuncAssoc` rather than with `FlashFileFuncAssoc` as shown in the current LedControl version.

Try something like: FileFuncAssoc (indexAss, "/index.htm", indexFunc);

Uhm... I cannot test right now, but as the declaration is just a simple `SingleGamepad_ GamepadX`, I don't see any problems with declaring them in user sketches. Documenting how to...

Exactly, I tested it and that's my experience. That's what's causing the problems in #139, I suspect (My logs are in that issue).