There was an error while loading. Please reload this page.
1 parent 64ff4b0 commit 2d4ca1dCopy full SHA for 2d4ca1d
libraries/esp8266/examples/UartDownload/UartDownload.ino
@@ -98,12 +98,6 @@ void proxyEspSync() {
98
//
99
////////////////////////////////////////////////////////////////////////////////
100
101
-void preinit() {
102
- // (no C++ in function)
103
- // disable wifi
104
- ESP8266WiFiClass::preinitWiFiOff();
105
-}
106
-
107
void setup() {
108
// For `proxyEspSync()` to work, the Serial.begin() speed needs to be
109
// 115200bps. This is the data rate used by esptool.py. It expects the Boot
0 commit comments