When I try a program (f.e. https://www.arduino.cc/en/Reference/WiFiClient) then this program loads OK, but the program execution in NOK. This happens with both ESP's.
I check my ESP's with the Arduino IDE: File -> Examples -> ESP8266 -> CheckFlashConfig and get the following result:
Flash real id : 001440E0
Flash real size: 1048576
Flash ide size: 524288
Flash ide speed: 40000000
Flash ide mode: DIO
Flash configuration WRONG! <------ !!
I have been using these ESP's with NodeMCU before. Could that be the cause of the problem?
What should I do to flash them right?