-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add Low-Power demo #6989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
add Low-Power demo #6989
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
0c870ae
add Low-Power demo
Tech-TX fd1c366
add Low-Power demo
Tech-TX b912664
add Low-Power demo, remove OTA and add WiFi timeout
Tech-TX 287bc2d
add Low-Power demo
Tech-TX 7ea68d8
add Low-Power demo
Tech-TX f77a2c5
add Low-Power demo, remove OTA and add WiFi timeout
Tech-TX 387e30d
add Low-Power demo, remove OTA and add WiFi timeout
Tech-TX 0db9254
Merge branch 'master' into add_Low-Power_demo
Tech-TX 3f3ab30
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX df75200
add Low-Power demo
Tech-TX ab30950
Merge branch 'master' into add_Low-Power_demo
Tech-TX 11f1931
add Low-Power demo
Tech-TX 7d6a03b
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX 2003ef4
add Low-Power demo
Tech-TX acf3cec
add Low-Power demo
Tech-TX 2f2c508
add Low-Power demo
Tech-TX 47b73a2
add Low-Power demo
Tech-TX 36a8dbb
add Low-Power demo
Tech-TX 7178362
Merge branch 'master' into add_Low-Power_demo
Tech-TX 5d16fca
add Low-Power demo
Tech-TX 7a74da2
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX aa4feb2
add Low-Power demo
Tech-TX 8f4448d
add Low-Power demo
Tech-TX b8e42e4
add Low-Power demo
Tech-TX 068f4bd
add Low-Power demo
Tech-TX 3118de5
add Low-Power demo
Tech-TX ac40b6e
add Low-Power demo
Tech-TX 662b1f2
add Low-Power demo
Tech-TX 5695626
add Low-Power demo
Tech-TX 7627080
Merge branch 'master' into add_Low-Power_demo
Tech-TX 7b0e515
add Low-Power demo
Tech-TX a41c381
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX b93c2e3
add Low-Power demo
Tech-TX f4d00c6
add Low-Power demo
Tech-TX 841fa1b
add Low-Power demo
Tech-TX efe55a0
Merge branch 'master' into add_Low-Power_demo
Tech-TX ebc2b0a
add Low-Power demo
Tech-TX c9c073a
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX 222b9e8
add Low-Power demo
Tech-TX 9ef40f8
Merge branch 'master' into add_Low-Power_demo
Tech-TX 3ffb8ec
add Low-Power demo
Tech-TX b902ed2
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX 6ff566d
Merge branch 'master' into add_Low-Power_demo
Tech-TX c8a5955
add Low-Power demo
Tech-TX d9ea100
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX 431f5dc
add Low-Power demo
Tech-TX 9597a12
Merge branch 'master' into add_Low-Power_demo
Tech-TX 7d3ee8d
add Low-Power demo
Tech-TX 701634e
Merge branch 'add_Low-Power_demo' of https://github.com/Tech-TX/Ardui…
Tech-TX b618e6c
add Low-Power demo
Tech-TX 3292f9b
add Low-Power demo
Tech-TX 1e80279
add Low-Power demo
Tech-TX 93a527b
add Low-Power demo
Tech-TX 6018d0b
add Low-Power demo
Tech-TX 55d95e2
Merge branch 'master' into add_Low-Power_demo
Tech-TX b990e59
add Low-Power demo
Tech-TX c107c43
add Low-Power demo
Tech-TX fecacfd
add Low-Power demo
Tech-TX 601a5ae
add Low-Power demo
Tech-TX a3ddde1
add Low-Power demo
Tech-TX 535d483
add Low-Power demo
Tech-TX 3775b1b
add Low-Power demo
Tech-TX 56cb239
add Low-Power demo
Tech-TX c26ce4a
add Low-Power demo
Tech-TX a76ec12
add Low-Power demo
Tech-TX a79f48c
add Low-Power demo
Tech-TX ee4c701
add Low-Power demo
Tech-TX d378102
add Low-Power demo
Tech-TX df1a494
Merge branch 'master' into add_Low-Power_demo
Tech-TX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add Low-Power demo
- Loading branch information
commit 2003ef44a33888a151007d8d0c8b51cb4cafa443
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use polledTimeout here to not reinvent the wheel, like so:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even simpler: I replaced various delay()s in the WiFi inits with yield().