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
On the branch 'config-file', I created the config file and added the stuff mentioned.
Not sure if that's exactly how its supposed to go so feel free to correct me if needed.
This is a good start. I like that you're isolating these config lines into their own file. I saw your comments # might need to config these as well I think that's a good idea for this PR. Go ahead and tackle at least the rest of that block of variable declarations!
For the next phase in moving these hard coded values to config what about using something like configparser or json? It looks like both are built-in python libraries included in python 3.0 so they should be supported in circuit python. I'm leaning toward json since it is more common than INI. What do you think?
Read a config file at boot that can:
The text was updated successfully, but these errors were encountered: