#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
const char* ssid = "Wokwi-GUEST";
const char* password = "";
const char* webAppUrl ="https://script.google.com/macros/s/AKfycbw67URT1NgYjXxbbIj9cuhSAk5LuLL4FDbsxpW5WhdmsYOEO52qQ78wDlfkvdrB49tv/exec";
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}