Skip to content
Snippets Groups Projects

Resolve "Allow creating an I2C address"

Merged Julian requested to merge 3-allow-creating-an-i2c-address into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -138,6 +138,8 @@ class MainWindow(BaseWindow):
Saves the current device configuration.
:param filename: Name of file to save to
"""
self.refresh()
try:
Config.save(filename)
self.clear_dirty()
Loading