Skip to content

Add warning about NO_ETHERNET_TURN_OFF #8

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 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/TurnPeripheralsOff/TurnPeripheralsOff.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
* This code is in the public domain
*/

// WARNING: The following #define disables automatically turning off the Ethernet chip when the
// microcontroller goes into Standby Mode. Doing so can damage the Ethernet transmission
// termination resistors unless the power to the Ethernet chip is turned off manually,
// as in this example sketch, before entering Standby Mode.
// -->
#define NO_ETHERNET_TURN_OFF
// <--

#include "Arduino_LowPowerPortentaH7.h"
#include "Arduino_PMIC.h"
Expand Down
Loading