-
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.
[QPG] LED handling switched from polling to event-based (#23526)
* Switched to callbacks * LEDs are behaving the same * Cleanup * BLE is now also handled by events * Better variable name * Logs removed * switch-case is more elegant here * Moved LED handling to separate func * AppTask stack reduced to 2kB * Restyled by clang-format * Updating LEDs only on connectivity change Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
3 changed files
with
70 additions
and
43 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
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