-
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.
Issue #11758 [ota-provider-app] Support for error/timeout in response…
… to QueryImage command (#15427) * Issue#11758 - Support for error/timeout in response to QueryImage command. * OTA-P sends error response on first ignore. On second QueryImage, success. * OTA-P doesn't send QueryImage response followed by a succcessful QueryImage works. * Change CLI argument from b to x. * restyle-diff.sh changes * Update description for -x CLI arguement. Add description for -x CLI argument in OTA provider readme file. * Add ignoreQuerymage to wordlist for Spellchecker. * Code review changes. Moved ignore condition up to reduce indentation changes.
- Loading branch information
1 parent
5bbfffd
commit 2952813
Showing
5 changed files
with
23 additions
and
2 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 |
---|---|---|
|
@@ -566,6 +566,7 @@ idx | |
ifdef | ||
ifdefs | ||
IGMP | ||
ignoreQueryImage | ||
ihex | ||
IlluminanceMeasurement | ||
IM | ||
|
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