diff --git a/src/main.cpp b/src/main.cpp index 5032ae0..16d937d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,8 +82,7 @@ void setup() { pinMode(ESP12_LED, OUTPUT); Wire.begin(); // Wire must be started first - Wire.setClock(1000000); // Supported baud rates are 100kHz, 400kHz, and 1000kHz - + WiFi.mode(WIFI_STA); WiFi.begin(ssid, password);