mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-02-25 09:01:29 -05:00
Stop spamming console
This commit is contained in:
parent
15d1cdc526
commit
ccc83a5c6b
1
LoRa.cpp
1
LoRa.cpp
@ -735,7 +735,6 @@ uint8_t ISR_VECT LoRaClass::singleTransfer(uint8_t address, uint8_t value)
|
|||||||
|
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
std::cerr << "Access SPI at " << _fd << std::endl;
|
|
||||||
if (_fd <= 0) {
|
if (_fd <= 0) {
|
||||||
throw std::runtime_error("Accessing SPI device without begin()!");
|
throw std::runtime_error("Accessing SPI device without begin()!");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user