ESP32 upload error "MD5 of file does not match data in flash"
Posted: Tue Jul 23, 2019 10:46 am
It's very strange because this error will only appear when i upload the code below:
"#include<BLEDeveice.h>
void setup(){
BLEDevice::init("esp32");
}
void loop(){
}
"
other function like wifi, gpio, iic, spi, interrupt even bluetoothSerial all work.
I have four development boards and only one appear this problem.
Anyone help?
"#include<BLEDeveice.h>
void setup(){
BLEDevice::init("esp32");
}
void loop(){
}
"
other function like wifi, gpio, iic, spi, interrupt even bluetoothSerial all work.
I have four development boards and only one appear this problem.
Anyone help?