Start ATBUpdateSync

This commit is contained in:
2025-02-18 15:25:03 +01:00
parent 87ce6a7d54
commit 744ad52c89
3 changed files with 39 additions and 3 deletions

View File

@@ -26,6 +26,10 @@ namespace internal {
static constexpr const char *UPDATE_DC_FIRMARE_SUCCESS{"success"};
static constexpr const char *OPKG_MARKER{"<OPKG>"};
static constexpr const char *SYNC_MARKER{"<SYNC>"};
static constexpr const char *DC_MARKER{"<DC>"};
static constexpr const char *GIT_MARKER{"<GIT>"};
static constexpr const char *ISMAS_MARKER{"<ISMAS>"};
int read1stLineOfFile(QString fileName);
QString customerRepoRoot();