mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-05 11:54:37 -04:00
Stop spamming console
This commit is contained in:
parent
15d1cdc526
commit
ccc83a5c6b
1 changed files with 0 additions and 1 deletions
1
LoRa.cpp
1
LoRa.cpp
|
@ -735,7 +735,6 @@ uint8_t ISR_VECT LoRaClass::singleTransfer(uint8_t address, uint8_t value)
|
|||
|
||||
int status;
|
||||
|
||||
std::cerr << "Access SPI at " << _fd << std::endl;
|
||||
if (_fd <= 0) {
|
||||
throw std::runtime_error("Accessing SPI device without begin()!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue