From e1782ae4f6d63dd994599459328ee6adfa054893 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Tue, 25 Jun 2024 15:42:26 +0200 Subject: [PATCH 1/3] opkg install release 2024-06-18 --- etc/psa_update/opkg_commands | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 3651cda..32c3067 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,6 +5,15 @@ ############################################################################### # 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 upgrade atb-dc-libraries +opkg --cache /var/cache/opkg upgrade atb-plugin-dc +opkg --cache /var/cache/opkg upgrade atbqt #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/atb-plugin-calculateprice-mobilisis_1.5.0+git0+034adf9096-r1-00700_cortexa9t2hf-neon.ipk #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/libmobilisis-calc2_2.1.99+git0+c7623429d9-r0-00700_cortexa9t2hf-neon.ipk From 86fd25683c162eb41793bdb434c0c4a8ee031261 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Tue, 25 Jun 2024 15:44:11 +0200 Subject: [PATCH 2/3] DC_device: add paramter "housing" ... ... this is for enabling door switches on 1256 DC --- etc/psa_config/DC2C_device.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_device.json b/etc/psa_config/DC2C_device.json index 796e975..4f1a04f 100755 --- a/etc/psa_config/DC2C_device.json +++ b/etc/psa_config/DC2C_device.json @@ -23,5 +23,6 @@ "BattWarn":11800, "BattErr":11200, "foreign":1, -"refPrint":0 +"refPrint":0, +"housing":1 } From 9e46295fe4fcb8fd8f4b8096b09502e29a346add Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Tue, 25 Jun 2024 16:25:24 +0200 Subject: [PATCH 3/3] Fix: DC2C_cash.json --- etc/psa_config/DC2C_cash.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 28949b2..29d2bc8 100755 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,16 +1,16 @@ { -"title":"DC2C_cash", -"project":"Christoph Reisen", -"version":"1.0.0 2024.04.26", -"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1], -"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3], -"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0], -"ExchangeRate":1, -"TokenChannel":6, -"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], -"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], -"LocalTaxRate":19, -"ForeignTaxRate":0, -"Surcharge":0, -"Discount":0 -} +"title":"DC2C_cash ", +"project":"Christoph Reisen", +"version":"1.0.0 2024.04.26", +"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1], +"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3], +"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0], +"ExchangeRate":1, +"TokenChannel":6, +"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], +"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], +"LocalTaxRate":19, +"ForeignTaxRate":0, +"Surcharge":0, +"Discount":0 +}