From bb9ea85ae294a0eb9be1c2ed25dea59bdb2ae696 Mon Sep 17 00:00:00 2001 From: Hendrik Linka Date: Fri, 11 Nov 2016 18:05:58 +0100 Subject: [PATCH] Change Nano32 SS to 5 (#41) --- variants/nano32/pins_arduino.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/nano32/pins_arduino.h b/variants/nano32/pins_arduino.h index 09a959df7..a7521dcbc 100644 --- a/variants/nano32/pins_arduino.h +++ b/variants/nano32/pins_arduino.h @@ -14,9 +14,9 @@ static const uint8_t SDA = 21; static const uint8_t SCL = 22; -static const uint8_t SS = 2; +static const uint8_t SS = 5; static const uint8_t MOSI = 23; static const uint8_t MISO = 19; static const uint8_t SCK = 18; -#endif /* Pins_Arduino_h */ \ No newline at end of file +#endif /* Pins_Arduino_h */ -- GitLab