n3roGit / DPVControl

Your DIY diving vehicle controlled by ESP32
GNU General Public License v3.0
5 stars 1 forks source link

[FEATURE] Button Codes - PRIO 10 #16

Open n3roGit opened 10 months ago

n3roGit commented 10 months ago

if (rightButton.clicks == 3) { toggleLED(); } if (leftButton.clicks == 3) { flash(); } if (leftButton.clicks == 4) { outputBatteryInfo(); }

I think the button function is already very good. Ideally, I would include all possible combinations that are easy to implement here, even if we are not currently using them.

n3roGit commented 10 months ago

Low Prio