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.
Diff: Pushbutton.cpp
- Revision:
- 11:c3c72344ce95
- Parent:
- 10:17af93056d39
--- 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;