changed variable names for coding conventions

This commit is contained in:
Sam
2023-10-02 19:51:28 +02:00
parent ad56beb9eb
commit 498f7a2662
2 changed files with 6 additions and 5 deletions

View File

@@ -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);