platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.85k stars 789 forks source link

ESP8266 SDK22x_191024 does not work reliable with old Xtensa Build chain #3256

Closed Jason2866 closed 4 years ago

Jason2866 commented 4 years ago

Please update Xtensa build chain for ESP8266 to latest 2.5.x version for feature/stage. The newer Non Os SDK versions 2.2.2 from 191024 and 191105 does NOT work reliable with the the used build chain.

When compiling Tasmota with the Xtensa Build Chain 2.4.x there are wifi reconnects. Using Xtensa Build chain 2.5.0.4 solves this issues.

I have done a custom setup (dirty hack for windows) to use the 2.5.x version. https://github.com/Jason2866/platform-espressif8266.git#SDK22x_191105


Configuration

Operating system: Windows 10 pro

PlatformIO Version (platformio --version): Latest dev version

Description of problem

Compiled firmware is unreliable.

Steps to Reproduce

Compile Tasmota with old Xtensa Build chain. Issue solving: Compile Tasmota with new (in Arduino IDE default) build chain

The content of platformio.ini:

platformio.zip

Source file to reproduce issue: https://github.com/arendst/Tasmota

Jason2866 commented 4 years ago

Wrong github Opened in correct EPS8266 https://github.com/platformio/platform-espressif8266/issues/180