n3roGit / DPVControl

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

[BUG] StandbyBlinkDuration - PRIO 3 #28

Closed n3roGit closed 9 months ago

n3roGit commented 10 months ago

I have noticed that StandbyBlinkStart works correctly. However, the pattern is not repeated every 10 seconds as currently described in StandbyBlinkDuration.

const int StandbyBlinkStart = 15; // Minutes for blink start const int StandbyBlinkDuration = 10; // Seconds between blink