We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6536cff commit cab36d9Copy full SHA for cab36d9
src/components/uart/drivers/ws_uart_drv_pm25aqi.h
@@ -86,7 +86,6 @@ class ws_uart_drv_pm25aqi : public ws_uart_drv {
86
bool begin() override {
87
_aqi = new Adafruit_PM25AQI();
88
#ifdef USE_SW_UART
89
- Serial.println("use sw uart init");
90
if (!_aqi->begin_UART(
91
_swSerial)) { // connect to the sensor over software serial
92
return false;
0 commit comments