Add watcher for switching on/off modem

This commit is contained in:
2024-11-13 15:02:14 +01:00
parent d5693cb2b1
commit 1897e8237a
2 changed files with 40 additions and 11 deletions

View File

@@ -117,7 +117,9 @@ private:
ReportingThread *m_reportingThread;
DownloadThread *m_downloadThread;
QScopedPointer<QFileSystemWatcher> m_fileSystemWatcher;
QString m_watchedFile;
QString m_powerctrl_cc;
QString m_powerctrl_modem;
private slots:
void onCCWakeGpioChanged(QString const &file);