mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
Update fdrs_sensor.h
Missed one :)
This commit is contained in:
parent
c27bffe1ec
commit
d6201fdd6d
@ -92,8 +92,6 @@ void beginFDRS() {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef USE_LORA
|
#ifdef USE_LORA
|
||||||
DBG("Initializing LoRa!");
|
DBG("Initializing LoRa!");
|
||||||
DBG(FDRS_BAND);
|
|
||||||
DBG(FDRS_SF);
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
SPI.begin(SPI_SCK, SPI_MISO, SPI_MOSI);
|
SPI.begin(SPI_SCK, SPI_MISO, SPI_MOSI);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user