lpcmanager
Clone
Summary
Browse
Changes
Graph
FW update : pass target flash type as additional argument to PLC object 'RunUpdateScript' call
som6
2020-11-02, Edouard Tisserant
58b63de9a08f
FW update : pass target flash type as additional argument to PLC object 'RunUpdateScript' call
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor