Description
- PlatformIO Core.
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
:
Source file to reproduce issue:
https://github.com/arendst/Tasmota