Skip to content

Commit ef7c4fb

Browse files
committed
Rename sketches
1 parent 703ff60 commit ef7c4fb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Diff for: examples/DeepSleep_WakeFromPin/DeepSleep_WakeFromPin.ino renamed to examples/Standby_WakeFromPin/Standby_WakeFromPin.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void setup() {
2424
// On Portenta C33, you can specify which pin to use to wake up the device from sleep mode
2525
// Please read the documentation to understand which pins can be used to wake up the device.
2626
board.enableWakeupFromPin(WAKE_UP_PIN, RISING);
27-
#elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION)
27+
#elif defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_GENERIC_STM32H747_M4) || defined(ARDUINO_NICLA_VISION)
2828
// On Portenta only pin GPIO0 can be used to wake up the device from sleep mode
2929
board.enableWakeupFromPin();
3030
#endif

0 commit comments

Comments
 (0)