espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
506 stars 93 forks source link

Problem with flash hello_world.bin after reset in OTA #20

Closed oliverrr97 closed 1 year ago

oliverrr97 commented 2 years ago

I have Problem with flash hello_world.bin after reset in OTA. Responder dont flash hello_world after received stiahnutie_odoslanie . ERR HTTP_server

leeebo commented 2 years ago

  HELLO IM LIBO I HAVE GOT YOUR LETTER PLEASE WAIT FOR REPLY

LJYSP commented 2 years ago

@oliverrr97
Please flash the hello_word.bin directly in ESP32 and check if it runs OK ?

oliverrr97 commented 2 years ago

yes, it runs OK.

LJYSP commented 2 years ago

@oliverrr97
I have reproduced the same problem on v4.3.2. We will try to fix it and tell you when it is OK.

LJYSP commented 2 years ago

@oliverrr97 Please set “CONFIG_ESPTOOLPY_FLASHFREQ_80M=y” in sdkconfig.default when build hello_word.bin on ESP32.(For ESP32, the default flash frequency is 40M, For other chip, it is 80M). In ota example,the default flash frequency is 80M in sdkconfig.defaults. The frequency should keep the same.

oliverrr97 commented 2 years ago

yes its okey. its running