lpcmanager
Clone
Summary
Browse
Changes
Graph
Added support for Smarteh UART bus on LHC2 GOT100 products - it replaces Modbus RTU. In LPCArch.py and LPCBus.py added support for module LHC2_GOT_111.
2020-05-12, bmakuc
67d9202cfcd9
Added support for Smarteh UART bus on LHC2 GOT100 products - it replaces Modbus RTU. In LPCArch.py and LPCBus.py added support for module LHC2_GOT_111.
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