Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 11:c3c72344ce95, committed 2021-03-30
- Comitter:
- khaiminhvn
- Date:
- Tue Mar 30 13:34:01 2021 +0000
- Parent:
- 10:17af93056d39
- Commit message:
- Added Ethernet connection handling at initialization
Changed in this revision
Pushbutton.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Pushbutton.cpp Wed Mar 24 23:38:53 2021 +0000 +++ b/Pushbutton.cpp Tue Mar 30 13:34:01 2021 +0000 @@ -84,6 +84,9 @@ *mode = OP_OVERHEAT; return; } + else if(*mode == OP_ETHERNET){ + *mode = OP_ETHERNET; + } else{ *mode = OP_PLACEMENT; return;