Skip to content
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