You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start with a list of desired capabilities derived from config, either directly (do we have a sensor?) or indirectly (is a pin list defined?)
eg I2C (and if so; environment, display), pins, network
Modify this if modules/OS/other config prevent it from being used
ie; gpio on a non-pi platform; imports not satisfied, device not present, etc..
Then only initialise and start the services and schedules that are needed. Do not call 'empty' services that will never actually return or act on the data.
The text was updated successfully, but these errors were encountered:
Start with a list of desired capabilities derived from config, either directly (do we have a sensor?) or indirectly (is a pin list defined?)
Modify this if modules/OS/other config prevent it from being used
Then only initialise and start the services and schedules that are needed. Do not call 'empty' services that will never actually return or act on the data.
The text was updated successfully, but these errors were encountered: