lpcmanager

Parents df8a59fb9cfd
Children 6f3a60bb7771
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
  • +1 -1
    LPCSVGHMI.py
  • --- a/LPCSVGHMI.py Thu Jun 26 16:50:31 2025 +0200
    +++ b/LPCSVGHMI.py Thu Jul 10 11:43:19 2025 +0200
    @@ -16,7 +16,7 @@
    <xsd:attribute name="OnStop" type="xsd:string" use="optional" default="{LPCBrowserStop}"/>
    <xsd:attribute name="Portrait" type="xsd:boolean" use="optional" default="false"/>
    <xsd:attribute name="Rotate180" type="xsd:boolean" use="optional" default="false"/>
    - <xsd:attribute name="SuppressBrowserOutput" type="xsd:boolean" use="optional" default="true"/>
    + <xsd:attribute name="SuppressBrowserOutput" type="xsd:boolean" use="optional" default="false"/>
    <xsd:attribute name="EnableWatchdog" type="xsd:boolean" use="optional" default="true"/>
    <xsd:attribute name="OnWatchdog" type="xsd:string" use="optional" default="{LPCBrowserRestart}"/>
    <xsd:attribute name="WatchdogInitial" use="optional" default="30">