Skip to content

Deviot v2.1.6

Compare
Choose a tag to compare
@gepd gepd released this 07 Oct 19:57
· 291 commits to develop since this release

New

  • New option 'platformio.ini untouch'. To remove any flag added by Deviot before compile or upload (Issue: #137)
  • New feature to "freeze" a sketch (Issue: #170)
  • New option to update an installed library (Issue: #172)
  • Deviot spricht Deutsch! #178

Improvements

  • Create a python.txt file in Packages/User/Deviot with the python paths for cases when python is installed in non standard path (Issue: #159)
  • Avoid to close the window buffer when the sketch is moved to the src folder
  • Show the port previously selected in the list of serial ports
  • Show the upload baudrate previously selected in the quick list
  • Minor tweaks in the console highlight
  • Show an * insted of - in the boards already selected, in the list of boards
  • Update the main menu after an update
  • Show baudrate, line endings and display mode serial monitor options in a Quick Panel.
  • Make PlatformIO telemetry disabled by default

Bugs

  • Deviot console always scroll (Issue: #156)
  • Bug fix to select examples in any directory level (Issue: #82)
  • Bug fix adding the upload_speed flag (issue: #183)
  • Bug fixes in readconfig library
  • other minor improvements