Skip to content

Commit

Permalink
Update Station.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Envyles committed Dec 28, 2019
1 parent 515a17d commit b88e56e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions station/Station.ino
Expand Up @@ -9,7 +9,6 @@
#include <EEPROM.h>
#include <HTTPClient.h>

#include "opensensemap.h"
#include "memory_manager.h"
#include "chart.js.h"
#include "internal_page.h"
Expand Down Expand Up @@ -189,17 +188,14 @@ void transmitSensorData(){
Serial.println(request);

//Transfer Measurement data to the Webservice
//if (UID.length() == 32){
if (UID.length() == 32){
HTTPClient http;
http.begin(request);
int httpCode = http.GET();
Serial.println("Data Transmit HTTP Code: " + (String)httpCode);
http.end();
//}
}

//Insert open sense map sensor ID'S here
//postFloatValue (25.5, 1, "SensorID","StationID");

}


Expand Down

0 comments on commit b88e56e

Please sign in to comment.