Skip to content
Snippets Groups Projects
Commit 4e35e6c7 authored by felixstorm's avatar felixstorm Committed by Scott Lahteine
Browse files

Fix SS pin in ESP32 HW SPI (#13781)

parent 4a48b70c
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#pragma once #pragma once
#define SS_PIN 5 #define SS_PIN SDSS
#define SCK_PIN 18 #define SCK_PIN 18
#define MISO_PIN 19 #define MISO_PIN 19
#define MOSI_PIN 23 #define MOSI_PIN 23
...@@ -72,3 +72,6 @@ ...@@ -72,3 +72,6 @@
#define HEATER_0_PIN 2 #define HEATER_0_PIN 2
#define FAN_PIN 13 #define FAN_PIN 13
#define HEATER_BED_PIN 4 #define HEATER_BED_PIN 4
// SPI
#define SDSS 5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment