From a400b0464d0880a70c3ed4477d79c7eea64a4cef Mon Sep 17 00:00:00 2001 From: Dominik Bartsch Date: Thu, 24 Jun 2021 19:34:26 +0200 Subject: [PATCH] deleted Wire setClock --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);