Skip to content

Commit 4bf6436

Browse files
authored
Merge branch 'main' into main
2 parents f00ad5c + 8d936ff commit 4bf6436

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: examples/TurnPeripheralsOff/TurnPeripheralsOff.ino

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
* This code is in the public domain
1414
*/
1515

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

1824
#include "Arduino_LowPowerPortentaH7.h"
1925
#include "Arduino_PMIC.h"
@@ -68,4 +74,4 @@ void setup() {
6874
#endif
6975
}
7076

71-
void loop() {}
77+
void loop() {}

0 commit comments

Comments
 (0)