src/eric7/Preferences/__init__.py

branch
eric7
changeset 9958
a78b83d1062a
parent 9938
b8005dd4fc9b
child 9971
773ad1f1ed22
--- a/src/eric7/Preferences/__init__.py	Sun Apr 02 11:13:14 2023 +0200
+++ b/src/eric7/Preferences/__init__.py	Sun Apr 02 15:55:20 2023 +0200
@@ -1578,6 +1578,8 @@
         # QChart.ChartTheme otherwise
         "MpyCrossCompiler": "",  # path of the mpy-cross compiler
         "DfuUtilPath": "",  # path of the dfu-util flashing tool
+        "StFlashPath": "",  # path of the st-flash flashing tool
+        "StInfoPath": "",  # path of the st-info tool to get STLink info
         "IgnoredUnknownDevices": "[]",  # empty list encoded as JSON
         "ManualDevices": "[]",  # empty list encoded as JSON
         "WifiName": "",

eric ide

mercurial