How to install old idf version ?
Posted: Mon Aug 20, 2018 9:25 am
As I have different problems after upgrading to the latest version (output from esp_get_idf_version() ) v3.2-dev-39-gaff12390
I would like to install old version v3.1-dev-662-gf586f5e5 , but as I have not been able to find any information on how to install older versions, I hope some knows how to do it ?
FYI - the issues I have with the new version, is related to memory usage (I can not use same array size) and wifi (get to many event for the same event id (seems to loop) and problems with reconnect) - I did NOT have any of these issues with the old version, thats why I want to reinstall the old version
Thx in advance for your support.
Cut from serial monitor ( 01) START WIFI just call WiFi.begin(ssid, pass); ) :
01) START_WIFI
SYSTEM_EVENT_STA_STOP
SYSTEM_EVENT_STA_STOP
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
E (723045) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (734353) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (735483) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (736614) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
I would like to install old version v3.1-dev-662-gf586f5e5 , but as I have not been able to find any information on how to install older versions, I hope some knows how to do it ?
FYI - the issues I have with the new version, is related to memory usage (I can not use same array size) and wifi (get to many event for the same event id (seems to loop) and problems with reconnect) - I did NOT have any of these issues with the old version, thats why I want to reinstall the old version
Thx in advance for your support.
Cut from serial monitor ( 01) START WIFI just call WiFi.begin(ssid, pass); ) :
01) START_WIFI
SYSTEM_EVENT_STA_STOP
SYSTEM_EVENT_STA_STOP
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
E (723045) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (734353) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (735483) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
E (736614) wifi: esf_buf: t=3 l=32 max:8, alloc:8 no eb
SYSTEM_EVENT_WIFI_READY
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START
SYSTEM_EVENT_STA_START