view Resources.qrc @ 3:4ace58a7c03c

Send disconnect command before closing the connection The old BT module transmitted a notification in case a connection were closed which cause the ostc to exit the uart loop. The new one doesn't do this => send disconnect command to avoid waiting in the installation loop till timeout or button press.
author Ideenmodellierer
date Fri, 28 Nov 2025 20:00:02 +0100
parents 0b3630a29ad8
children
line wrap: on
line source

<RCC>
    <qresource prefix="/">
        <file>Images/Settings.svg</file>
        <file>Images/app_OSTC_Companion.svg</file>
        <file>Images/frog_160x120.png</file>
        <file>Images/ostc_sport_160x120.png</file>
        <file>Images/ostc2c_160x120.png</file>
        <file>Images/ostc2p_160x120.png</file>
        <file>Images/ostc3_160x120.png</file>
        <file>Images/ostc3p_160x120.png</file>
        <file>Images/ostc_cr_160x120.png</file>
        <file>Images/ostc4_160x120.png</file>
        <file>Translations/companion_DE.qm</file>
        <file>Translations/companion_ES.qm</file>
        <file>Translations/companion_FR.qm</file>
        <file>Translations/companion_IT.qm</file>
        <file>Translations/companion_RU.qm</file>
    </qresource>
</RCC>