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
I encountered a few MagTag and MatrixPortal projects that failed on me except if I create the proper secrets.py. And this even if I create a file settings.toml.
Initially I believed those library were not updated, but I found code here to support both the old and the new way is define in the code, but despite that I fail to make it work and I always get secrets.py related message.
Could someone have a look?
I know my settings.toml is OK because using the todbot trick below, I have the expected result: my IP addr: 192.168.192.153
I think the frozen libraries in the 8.2.x branch have not been updated in a long time. You could always put the library folder in the root folder to override the frozen lib, but this would likely cause the MatrixPortal M4 to run out of memory.
I encountered a few MagTag and MatrixPortal projects that failed on me except if I create the proper
secrets.py
. And this even if I create a filesettings.toml
.Initially I believed those library were not updated, but I found code here to support both the old and the new way is define in the code, but despite that I fail to make it work and I always get
secrets.py
related message.Could someone have a look?
I know my
settings.toml
is OK because using the todbot trick below, I have the expected result:my IP addr: 192.168.192.153
https://github.com/todbot/circuitpython-tricks#what-the-heck-is-settingstoml
The text was updated successfully, but these errors were encountered: