removed unjused code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user