martinayotte wrote:Just as an aid perhaps, I connect both pins to high direct . Have not bothered to implement any resistors yet .
That is not a good practice on "undetermined I/O state", it is only good and it is "known Input Only".
It's guaranteed that RESET and CHIP_EN pins are inputs when the ESP8266 is first powered up, so as long as the user code doesn't ever make them outputs, shorting them to high shouldn't cause a problem.