f1e449c108
Change known filename of device controller: dc2c.bin.
2023-12-13 13:57:46 +01:00
32346c2665
If the repository is cloned (or repaired and cloned) and the settings
...
always-download-config and always-download-dc are set in the ini-file,
then download the json-files and dc-file, even without an activated
WAIT-button. The tariff-files are always synced for a clone.
2023-12-13 13:49:22 +01:00
38e7bf4985
Minor: call rsync with -v instead of -vvv.
2023-12-13 13:48:23 +01:00
6df73e1082
Minor: change some debug output.
2023-12-13 13:47:02 +01:00
19250a0a2f
If the update process is activated without a valid ISMAS trigger, then
...
wait for a valid trigger value 15x (=90s) instaed of 100x.
2023-12-13 13:44:55 +01:00
6f5c8103e4
When checking the sanity of the customer repository, check also for existence
...
of etc-directory inside repository.
2023-12-13 13:42:12 +01:00
07dcf0ba30
Minor: add some GUI debug output when checking ISMAS trigger.
2023-12-13 13:41:06 +01:00
1e379cf086
Fix: set directory of application for directory of the ini-file.
2023-12-13 13:38:34 +01:00
e87456f26b
set version to 1.3.21
2023-12-13 10:06:04 +01:00
0c9a7bc7b5
let ISMAS know if some opkg commands fail
2023-12-13 10:04:38 +01:00
a35c6afcb8
Minor: add debug output if some opkg commands fail
2023-12-13 10:03:37 +01:00
b06f4f46bb
Update interfaces.h (DeviceController)
2023-12-08 13:02:23 +01:00
33d45eab2e
Merge branch 'master' of git.mimbach49.de:GerhardHoffmann/UpdatePTUDevCtrl
2023-12-08 13:01:03 +01:00
d2e11d8f07
Replace the last line of the text edit when the new line is
...
the last line followed by a suffix.
2023-11-29 14:18:01 +01:00
fbffdc923f
Minor: When appendig text, scroll down the text edit.
2023-11-29 14:17:28 +01:00
8faf5af2bf
Typo: replace m_files_to_update with m_files_to_download.
2023-11-29 12:07:25 +01:00
1d532c13a4
Minor: show files to update with a direct qCritical()
2023-11-29 12:06:17 +01:00
d2d3afc28e
Show debug output in text-edit only when at least one file to update.
2023-11-29 12:05:09 +01:00
f4bb201633
Minor: Add debug message to console
2023-11-29 11:37:08 +01:00
b68cf1fd1d
Set version to 1.3.20.
2023-11-29 11:30:50 +01:00
0888c1b525
Read machine-nr, customer-nr and zone-nr from /mnt/system_data/
...
rather then the deprecated /etc-directory.
2023-11-29 11:29:52 +01:00
a6faf9ce21
Init triggerValue with "NOT CHECKED YET" otherwise one might be confused.
2023-11-29 11:28:35 +01:00
5577cc5d6d
Add m_sys_areDCdataValid plus its handling
2023-11-24 14:08:54 +01:00
9967d5cc45
Add comment
2023-11-24 14:08:19 +01:00
e20ed57bd5
Set version to 1.3.19
2023-11-21 16:18:17 +01:00
6986007b16
Set all parameters to default values other than ""
2023-11-21 16:17:15 +01:00
9ecdf73bc0
Minor: output all command parameters
2023-11-21 16:16:28 +01:00
59d6c49cb2
Set version to 1.3.18
2023-11-21 15:27:34 +01:00
f6a8059e2d
Activated downloading of json to device
2023-11-21 15:25:20 +01:00
4372cb578b
Added additional output to CONSOLE() and ISMAS().
2023-11-21 15:23:28 +01:00
d683a8fc32
Added some comments.
2023-11-21 10:09:52 +01:00
4e92522578
Activate downloading device controller.
2023-11-21 10:09:04 +01:00
b45f3a04b4
Add debug output (for testing, and commented out) in downloadJson().
2023-11-21 10:08:31 +01:00
0db39746db
Aupdate updateBinary() to download device controller using new library fucntions.
2023-11-21 10:07:50 +01:00
f2844aa4d9
Remove obsolete functions: sendStatus(), sendNextAddress(), sendNextDataBlock(),
...
dc_downloadBinary(), startBootloader(), stopBootloader().
2023-11-21 10:01:11 +01:00
d4043bd7d2
Remove obsolete functions:
...
DownloadResult sendStatus(int ret) const;
DownloadResult sendNextAddress(int bNum) const;
DownloadResult sendNextDataBlock(QByteArray const &b, int bNum) const;
DownloadResult dc_downloadBinary(QByteArray const &binary) const;
bool startBootloader() const;
bool stopBootloader() const;
and updateDC().
2023-11-21 09:56:36 +01:00
89b639c0ed
Add handling of alwaysDownloadConfig and alwaysDownloadDC.
...
Not tested and commnetd out.
2023-11-21 09:54:57 +01:00
1ad13d9a8a
Add:
...
bool const m_alwaysDownloadConfig;
bool const m_alwaysDownloadDC;
2023-11-21 09:53:28 +01:00
6f2cbb0a26
Set default values for boolean flags.
2023-11-21 09:50:40 +01:00
c15cebf503
Add parsing for alwaysDownloadConfig and alwaysDownloadDC.
2023-11-21 09:49:47 +01:00
5ee1308c9d
Add parsing for alwaysDownloadConfig and alwaysDownloadDC.
2023-11-21 09:48:23 +01:00
746d96ca7c
Add parsing for flags: alwaysDownLoadDC and alwaysDownloadConfig.
2023-11-21 09:46:11 +01:00
f387eaedea
Added flags: always-download-config and always-download-dc.
...
Download DC and Json files even without any change in customer-repository.
Not tested by now.
2023-11-21 09:44:15 +01:00
0fd977c399
Fix copy-paste-error: set working-directory
2023-11-20 13:49:48 +01:00
d53d72c536
Minor: added comment.
2023-11-17 13:14:02 +01:00
f4be1f3f51
Check if setting was given on the command line. If so, then overwrite setting given in ini-file.
2023-11-17 13:13:04 +01:00
75136e41f4
Set version to 1.3.17
2023-11-16 14:19:19 +01:00
4007bc585e
Add command line parser and ATBUpdateTool.ini
2023-11-16 14:17:20 +01:00
8fff5026df
Use own command line parser.
2023-11-16 14:16:31 +01:00
792ff33482
Add repository url parameter
2023-11-16 14:15:05 +01:00