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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New: re-made patch() method: it can intelligently parses platformio.ini and substitutes necessary options. Patch can now be a general .INI-format config
New: test_get_state()
New: upload to PyPI
New: use regular expressions to test the logging output format for both verbose and normal modes
Fix: return -d as an optional argument to be able to execute a short form of the app
Changed: subclass ConfigParser to add save() method (remove Stm32pio.save_config())
Changed: resolve more TO-DOs (some cannot be achieved actually)
Changed: improve setup.py
Changed: replace traceback.print to logging functionality
Changed: no more mutable default arguments
Changed: use inspect.cleandoc to place long multi-line strings in code