Hi everyone,
I want to disable "toogle relay" function of the main button on espurna. Can I do it with any parameter change or do I need to edit some code and compile my own espurna? Thanks all.
I'm afraid you will have to edit hardware.h (#define BUTTON1_CLICK BUTTON_MODE_NONE) and compile your own firmware. Version 2.0 promises configurable hardware through web interface (see #382)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.
Most helpful comment
I'm afraid you will have to edit hardware.h (#define BUTTON1_CLICK BUTTON_MODE_NONE) and compile your own firmware. Version 2.0 promises configurable hardware through web interface (see #382)