mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
SPI seems to work simultaniously
This commit is contained in:
parent
7632203d60
commit
37bdcd413b
@ -66,6 +66,9 @@ void setup() {
|
||||
#ifdef USE_LORA
|
||||
begin_lora();
|
||||
#endif
|
||||
#ifdef ENABLE_SD_LOG
|
||||
begin_SD();
|
||||
#endif
|
||||
|
||||
//DBG(sizeof(DataReading));
|
||||
#ifdef USE_WIFI
|
||||
|
Loading…
Reference in New Issue
Block a user