SbusToPWM icon indicating copy to clipboard operation
SbusToPWM copied to clipboard

Add const defining failsafe timeout

Open zdanek opened this issue 2 years ago • 0 comments

I was asked to make failsafe timeout in a const, in order to set it by "user". It would be nice if you accept my PR.

BTW does it make sense to "force" failsafe, that will cause to call enterFailsafe() in order to copy failsafe times, if you explicitly call enterFailsafe() right before?

	enterFailsafe() ;			
	LastSbusReceived = millis() - 600 ;	// Force failsafe at startup

zdanek avatar Nov 09 '23 21:11 zdanek