logo elektroda
logo elektroda
X
logo elektroda

How to correctly download a new version of NodeMCU for ESP32 ?

TvWidget 633 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19589020
    TvWidget
    Level 38  
    Posts: 4391
    Help: 471
    Rate: 691
    A new version of NodeMCU has been released https://nodemcu.readthedocs.io/en/dev-esp32-idf4/build/.
    I tried to download it by following the description on the page provided. However, this physically found on the disk is an older version for IDF3 and should be https://github.com/nodemcu/nodemcu-firmware/tree/dev-esp32-idf4
    I don't know what is causing this.
  • ADVERTISEMENT
  • #2 19589586
    mpier
    Level 29  
    Posts: 817
    Help: 153
    Rate: 141
    Hello,
    maybe the cause is downloading dev-esp32 instead of dev-esp32-idf4? Do clone dev-esp32-idf4 or in the downloaded sources directory "git checkout dev-esp32-idf4".

    Greetings.
  • #3 19589602
    TvWidget
    Level 38  
    Posts: 4391
    Help: 471
    Rate: 691
    I also thought of this idea and it solved the problem.
ADVERTISEMENT