Skip to content

Commit 06ea07c

Browse files
committed
code cleanup
1 parent 75954a9 commit 06ea07c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ upload_port = COM3 # /dev/ttyUSB0
3030

3131
lib_deps =
3232
https://github.com/marvinroger/async-mqtt-client.git
33+
https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git
3334
ArduinoJson@6.16.0
3435
juerd/ESP-WiFiSettings @ ^3.6.0
35-
plerup/EspSoftwareSerial @ ^6.11.2
36-
tobiasschuerg/MH-Z CO2 Sensors @ ^1.2.0
3736
adafruit/Adafruit SSD1306 @ ^2.4.3

src/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
//#include <Wire.h>
21
#include <Wire.h>
32
#include <WiFi.h>
43
#include <ArduinoOTA.h>
54
#include <AsyncMqttClient.h>
65
#include <ArduinoJson.h>
76
#include <SPIFFS.h>
87
#include <WiFiSettings.h>
9-
#include <SoftwareSerial.h>
108
#include <MHZ.h>
119
#include <Adafruit_GFX.h>
1210
#include <Adafruit_SSD1306.h>

0 commit comments

Comments
 (0)