removed unjused code

This commit is contained in:
Dano van den Bosch
2024-03-20 12:40:55 +01:00
parent 11099a1af9
commit ec336f914a
5 changed files with 6 additions and 45 deletions

View File

@@ -2,12 +2,8 @@
#define nodeReading_h
#include <Wire.h>
// #include "Arduino.h"
#include <Adafruit_SH110X.h>
// #include "headerFile.h"
#include <DHT.h>
// #include <WebSocketsClient.h>
#include <Adafruit_SGP30.h>
#include "websockets.h"
@@ -24,8 +20,6 @@
#define USE_SERIAL Serial
// WebSocketsClient webSocket;
class nodeReadings
{
@@ -41,7 +35,6 @@ public:
private:
DHT *dht;
Adafruit_SH1106G *display;
// WebSocketsClient *webSocket;
websockets *webSocket;
Adafruit_SGP30 *sgp;