Skip to content

Commit 2d4ca1d

Browse files
committed
sync with master
1 parent 64ff4b0 commit 2d4ca1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libraries/esp8266/examples/UartDownload/UartDownload.ino

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ void proxyEspSync() {
9898
//
9999
////////////////////////////////////////////////////////////////////////////////
100100

101-
void preinit() {
102-
// (no C++ in function)
103-
// disable wifi
104-
ESP8266WiFiClass::preinitWiFiOff();
105-
}
106-
107101
void setup() {
108102
// For `proxyEspSync()` to work, the Serial.begin() speed needs to be
109103
// 115200bps. This is the data rate used by esptool.py. It expects the Boot

0 commit comments

Comments
 (0)