Explorar el Código

Always Invert Octopus Onboard SD Detect Pin (#21882)

Keith Bennett hace 4 años
padre
commit
175fac8fe8
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h

+ 2
- 0
Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h Ver fichero

@@ -349,6 +349,8 @@
349 349
 //
350 350
 #if SD_CONNECTION_IS(ONBOARD)
351 351
   #define SDIO_SUPPORT                            // Use SDIO for onboard SD
352
+  #undef SD_DETECT_STATE
353
+  #define SD_DETECT_STATE                   HIGH
352 354
   #define SD_DETECT_PIN                     PC14
353 355
 #elif SD_CONNECTION_IS(LCD)
354 356
 

Loading…
Cancelar
Guardar