SPI seems to work simultaniously

This commit is contained in:
theFeiter 2022-07-03 18:03:37 +02:00
parent 7632203d60
commit 37bdcd413b

View File

@ -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