Remove debug info

This commit is contained in:
Theo Arends 2020-01-07 17:10:07 +01:00
parent 1c0db7e689
commit ca7776573a

View File

@ -64,7 +64,6 @@ void HpmaSecond(void) // Every second
void HpmaInit(void)
{
hpma_type = 0;
Serial.println("SDS init");
if (pin[GPIO_HPMA_RX] < 99 && pin[GPIO_HPMA_TX] < 99) {
HpmaSerial = new TasmotaSerial(pin[GPIO_HPMA_RX], pin[GPIO_HPMA_TX], 1);
hpma115S0 = new HPMA115S0(*HpmaSerial);