renamed defines

This commit is contained in:
theFeiter 2022-07-03 18:50:56 +02:00
parent 60e6c66cea
commit f4b5799b16

View File

@ -24,7 +24,7 @@
#ifdef USE_LED
#include <FastLED.h>
#endif
#ifdef ENABLE_SD_LOG
#ifdef USE_SD_LOG
#include <SPI.h>
#include <SD.h>
#endif
@ -66,7 +66,7 @@ void setup() {
#ifdef USE_LORA
begin_lora();
#endif
#ifdef ENABLE_SD_LOG
#ifdef USE_SD_LOG
begin_SD();
#endif