platform-espressif8266: ESP8266 SDK22x_191024 does not work reliable with old Xtensa Build chain
- 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
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 3
- Comments: 18 (10 by maintainers)
Commits related to this issue
- [PIO] patch for core 2.6.0 build env. See https://github.com/platformio/platform-espressif8266/issues/180 — committed to TD-er/ESPEasy by TD-er 5 years ago
@ivankravets
Hi,
Core 2.6.0 has been just released but requires to update toolchain to 2.5.0-4
Using previous toolchain (2.4.x) produces firmwares that have wifi disconnections for ESP8266 devices.
Thanks.
Arduino Core 2.6.0 will be released this week 😃 https://github.com/esp8266/Arduino/pull/6724#issuecomment-551610434
And four, much appreciated 😃
Core 2.6.1 is released @TD-er You can use with
platform = https://github.com/Jason2866/platform-espressif8266.git#core_2_6_1