diff --git a/etc/atbapp/ATBAPP.ini b/etc/atbapp/ATBAPP.ini index baaa428..687df05 100644 --- a/etc/atbapp/ATBAPP.ini +++ b/etc/atbapp/ATBAPP.ini @@ -95,8 +95,8 @@ tariffFileName=/etc/psa_tariff/tariff01.json [ATBDeviceControllerPlugin] serialPort=ttymxc2 -printerEncoding="Windows-1252" -printerLocale="de_DE" +printerEncoding="Windows-1257" +printerLocale="lt_LT" [TCP_ZVT_CCPlugin] CurrencyCode=EUR diff --git a/etc/atbapp/states/APP_States.xml b/etc/atbapp/states/APP_States.xml new file mode 100644 index 0000000..98cd094 --- /dev/null +++ b/etc/atbapp/states/APP_States.xml @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index ce9d69b..3907e0a 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,13 +4,15 @@ # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### # -#opkg update -#opkg install prepare-update +opkg update +opkg install prepare-update # -#opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries -#opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc -#opkg --cache /var/cache/opkg --download-only upgrade atbqt +opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-cc-asyncpos +opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries +opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc +opkg --cache /var/cache/opkg --download-only upgrade atbqt # -#opkg --cache /var/cache/opkg upgrade atb-dc-libraries -#opkg --cache /var/cache/opkg upgrade atb-plugin-dc -#opkg --cache /var/cache/opkg upgrade atbqt +opkg --cache /var/cache/opkg upgrade atb-plugin-cc-asyncpos +opkg --cache /var/cache/opkg upgrade atb-dc-libraries +opkg --cache /var/cache/opkg upgrade atb-plugin-dc +opkg --cache /var/cache/opkg upgrade atbqt