forgot to commit

This commit is contained in:
interfisch 2023-05-20 02:36:09 +02:00
parent 63f96de5fb
commit ab02127ea5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <SPI.h> //SCK=13, MISO=12, MOSI=11
#include <SD.h> //Format sd cart with FAT or FAT16
#define SDCHIPSELECT 15
#define SDCHIPSELECT 14
boolean datalogging=true;
String datalogging_filename="UNKNOWN.txt";