removed unjused code
This commit is contained in:
@@ -1,22 +1,15 @@
|
||||
#include <nodeCodeHeader.h>
|
||||
#include "websockets.h"
|
||||
// #include <WebSocketsClient.h>
|
||||
|
||||
|
||||
// websockets webSocketClass;
|
||||
nodeReadings esp32Node;
|
||||
|
||||
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
esp32Node.setup();
|
||||
// webSocketClass.websocketSetup();
|
||||
esp32Node.resetValues();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
esp32Node.loop();
|
||||
// webSocketClass.loop();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user