From e1b49800ea8f44b313103ad5e79fb34aedf184f1 Mon Sep 17 00:00:00 2001 From: "Justin E. Mann" Date: Wed, 27 Nov 2024 16:53:17 -0700 Subject: [PATCH] ..... still WIP .. see ScanI2CTwoWire.ccp --- src/detect/ScanI2CTwoWire.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect/ScanI2CTwoWire.cpp b/src/detect/ScanI2CTwoWire.cpp index deec0b304..1204e9de2 100644 --- a/src/detect/ScanI2CTwoWire.cpp +++ b/src/detect/ScanI2CTwoWire.cpp @@ -350,7 +350,7 @@ void ScanI2CTwoWire::scanPort(I2CPort port, uint8_t *address, uint8_t asize) // registerValue = getRegisterValue(ScanI2CTwoWire::RegisterLocation(addr, 0x20), 1); // get ID // if (registerValue == 0xC0) { // type = RAK12035VB; - // LOG_INFO("RAK12035VB Soil Sensor found\n"); + // LOG_INFO("RAK12035VB Soil Sensor found"); // } else { // type = TCA9535; // LOG_INFO("TCA9535 I2C expander found\n"); @@ -359,7 +359,7 @@ void ScanI2CTwoWire::scanPort(I2CPort port, uint8_t *address, uint8_t asize) // ^^^^^^^^^^^ not working... so we will just assume it is a RAK12035VB Soil Sensor so I can keep testing. type = RAK12035VB; - LOG_INFO("RAK12035VB Soil Sensor found\n"); + LOG_INFO("RAK12035VB Soil Sensor found"); break;