This website works better with JavaScript.
Home
Explore
Help
Sign In
schmidtsi76327
/
ESP8266_Treppenlicht
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
deleted Wire setClock
tags/v0.4.0
Dominik Bartsch
3 years ago
parent
2d9be85b09
commit
a400b0464d
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
src/main.cpp
+ 1
- 2
src/main.cpp
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save