JPZV / BluN64-ESP32

A project to emulate a N64 controller as a modern one with ESP32.
Other
26 stars 9 forks source link

Sleep mode #1

Closed gorgyrip closed 1 year ago

gorgyrip commented 1 year ago

Isn't it possible to add a button combination to enter sleep mode, thus eliminating the need of an on/off switch?

JPZV commented 1 year ago

Hi! Actually the Deep Sleep (AKA Sleep Mode) is now on testing on a new project that I'm making which will work not only with the N64 controller but with any retro (and not so retro) controllers.

I cannot say which features it'll have as the project is not publicly released yet, but count about having it!

For now, I'll only add support about bugs and errors on the BluN64, because the new project will soon replace it with maaaaaany new features ;)

Also, for the next time, try to add an Issue rather than a Pull Request, as the latest is used to add modified code to this repository, while the issues are about problems, questions or features request without implying about modifying/adding new code ;)

gorgyrip commented 1 year ago

Thank you for your answer. I will keep that in mind.