-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command line parameter -P to the Linux ota-provider-app so that t…
…he BDX transfer poll frequency can be changed (#18377) * add isNullable to the onoff cluster attributes OnTime, OffWaitTime and StartUpOnOff * Revert "add isNullable to the onoff cluster attributes OnTime, OffWaitTime and StartUpOnOff" This reverts commit 8444469. * add pollFrequency cli parameter to ota-provider-app to modify the poll frequency for BDX transfers * as requested rename poll frequency to poll interval * add poll interval command line parameter information * to have a faster OTA process we now use a poll interval of 50ms by default * add pollInterval to wordlist * fix typo to please CI * Restyled by whitespace * Restyled by clang-format * Restyled by prettier-markdown Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -985,6 +985,7 @@ PlatformManagerImpl | |
plt | ||
png | ||
PollControl | ||
pollInterval | ||
polymorphism | ||
POSIX | ||
PosixConfig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters