0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)

This commit is contained in:
mrv96 2021-06-12 18:19:37 +02:00 committed by GitHub
parent cc100429f2
commit 4eecc20ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,9 @@
#define FIL_RUNOUT2_PIN MT_DET_2
#endif
#define POWER_LOSS_PIN PW_DET
#ifndef POWER_LOSS_PIN
#define POWER_LOSS_PIN PW_DET
#endif
#define PS_ON_PIN PW_OFF
//