Open Source • Background Tasks: Itoo 🚀

Remove that block


The clock already is running to call FarmDataUpdate regularly

It looks like you think, that your event Web1.GotText event will get triggered also in the background, this is not the case

In Update_Timer you have to register additionally the Web1.GotText event and do what you want to do in the corresppnding event handler

To debug use the Notifier.LogTextInfo method and use logcat to read the log

Taifun

1 Like