mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Remove debug info
This commit is contained in:
parent
1c0db7e689
commit
ca7776573a
@ -64,7 +64,6 @@ void HpmaSecond(void) // Every second
|
|||||||
void HpmaInit(void)
|
void HpmaInit(void)
|
||||||
{
|
{
|
||||||
hpma_type = 0;
|
hpma_type = 0;
|
||||||
Serial.println("SDS init");
|
|
||||||
if (pin[GPIO_HPMA_RX] < 99 && pin[GPIO_HPMA_TX] < 99) {
|
if (pin[GPIO_HPMA_RX] < 99 && pin[GPIO_HPMA_TX] < 99) {
|
||||||
HpmaSerial = new TasmotaSerial(pin[GPIO_HPMA_RX], pin[GPIO_HPMA_TX], 1);
|
HpmaSerial = new TasmotaSerial(pin[GPIO_HPMA_RX], pin[GPIO_HPMA_TX], 1);
|
||||||
hpma115S0 = new HPMA115S0(*HpmaSerial);
|
hpma115S0 = new HPMA115S0(*HpmaSerial);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user