txoof / PaperPi

E-Paper display loop with plugins
97 stars 10 forks source link

I110 timeout #112

Closed txoof closed 1 year ago

txoof commented 1 year ago

add timeout to update() method in Plugin module. Plugin update_function() will now be timed out if it does not return within the plugin_timeout window.

The default is 20 seconds within the Plugin class.