From ab02127ea57a28f509d73ce1325e832caf657efb Mon Sep 17 00:00:00 2001 From: Fisch Date: Sat, 20 May 2023 02:36:09 +0200 Subject: [PATCH] forgot to commit --- controller_teensy/include/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller_teensy/include/logging.h b/controller_teensy/include/logging.h index 2f8fad6..b8f58d7 100644 --- a/controller_teensy/include/logging.h +++ b/controller_teensy/include/logging.h @@ -6,7 +6,7 @@ #include //SCK=13, MISO=12, MOSI=11 #include //Format sd cart with FAT or FAT16 -#define SDCHIPSELECT 15 +#define SDCHIPSELECT 14 boolean datalogging=true; String datalogging_filename="UNKNOWN.txt";