mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
renamed defines
This commit is contained in:
parent
60e6c66cea
commit
f4b5799b16
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user