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

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