rename again to match other

This commit is contained in:
theFeiter 2022-07-06 23:14:25 +02:00
parent abd9593869
commit a7ab16d9f7

View File

@ -175,7 +175,7 @@ void getSerial() {
}
}
void SDsend(char filename[32]) {
void sendSD(char filename[32]) {
#ifdef USE_SD_LOG
DBG("Logging to SD card.");
File logfile = SD.open(filename, FILE_WRITE);