добавление обновлений OTA для TDMA терминала

This commit is contained in:
2025-04-03 18:12:51 +03:00
parent 70a2257255
commit 71bd388dce
8 changed files with 92 additions and 11 deletions

View File

@@ -87,6 +87,10 @@ namespace api_driver {
void readLoggingStatistics(std::vector<uint8_t>& out, int timeStart = -1, int timeEnd = -1, bool ordering = false, int maxItems = -1);
#endif
#ifdef MODEM_IS_TDMA
std::string getOtaFileLocation() const;
#endif
static std::string loadSysInfo();
~ApiDriver();