File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ upload_port = COM3 # /dev/ttyUSB0
30
30
31
31
lib_deps =
32
32
https://github.com/marvinroger/async-mqtt-client.git
33
+ https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git
33
34
ArduinoJson@6.16.0
34
35
juerd/ESP-WiFiSettings @ ^3.6.0
35
- plerup/EspSoftwareSerial @ ^6.11.2
36
- tobiasschuerg/MH-Z CO2 Sensors @ ^1.2.0
37
36
adafruit/Adafruit SSD1306 @ ^2.4.3
Original file line number Diff line number Diff line change 1
- // #include <Wire.h>
2
1
#include < Wire.h>
3
2
#include < WiFi.h>
4
3
#include < ArduinoOTA.h>
5
4
#include < AsyncMqttClient.h>
6
5
#include < ArduinoJson.h>
7
6
#include < SPIFFS.h>
8
7
#include < WiFiSettings.h>
9
- #include < SoftwareSerial.h>
10
8
#include < MHZ.h>
11
9
#include < Adafruit_GFX.h>
12
10
#include < Adafruit_SSD1306.h>
You can’t perform that action at this time.
0 commit comments