todbot / circuitpython-tricks

Some CircuitPython tricks, mostly reminders to myself
MIT License
577 stars 65 forks source link

supervisor.runtime.autoreload has no '_' #16

Closed jedgarpark closed 1 year ago

jedgarpark commented 1 year ago

https://github.com/todbot/circuitpython-tricks#prevent-auto-reload-when-circuitpy-is-touched the line supervisor.runtime.auto_reload = False # CirPy 8 and above should be supervisor.runtime.autoreload = False # CirPy 8 and above

todbot commented 1 year ago

sure it doesn't now