changed variable names for coding conventions
This commit is contained in:
@@ -26,7 +26,7 @@ void setup() {
|
||||
pinMode(6, OUTPUT);
|
||||
digitalWrite(6, HIGH);
|
||||
|
||||
|
||||
//print het hardware ID van de esp32S3
|
||||
Serial.print("mac adress:");
|
||||
Serial.println(WiFi.macAddress());
|
||||
//verbinden met wifi
|
||||
@@ -41,6 +41,7 @@ void setup() {
|
||||
|
||||
//gebruikt deze website om posts requests naar toe te sturen
|
||||
http.begin("http://hva-onto.nl/api/ti/map/measurements/add?api-key=efffc47610ea6282a3416f71b51b3a");
|
||||
//lampje aan om aan te geven dat esp32S3 is verbonden met internet
|
||||
digitalWrite(4, HIGH);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user