Fix SS pin in ESP32 HW SPI (#13781)

This commit is contained in:
felixstorm 2019-04-22 00:15:15 +02:00 committed by Scott Lahteine
parent 4a48b70c0b
commit 4e35e6c705
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
#pragma once
#define SS_PIN 5
#define SS_PIN SDSS
#define SCK_PIN 18
#define MISO_PIN 19
#define MOSI_PIN 23

View File

@ -72,3 +72,6 @@
#define HEATER_0_PIN 2
#define FAN_PIN 13
#define HEATER_BED_PIN 4
// SPI
#define SDSS 5