-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Check for lwIP version #1940
Conversation
Add Check for lwIP version
I am using a esp8266 arduino git version, in this case I do not get any error |
No need as the problems are solved in the git version where I suppose you talk about the stage version. |
I tested Tasmota with the new lwIP 2.4.1 release and it works with no problem 👍 . I use lwIP v2 lower memory and the firmware is a bit smaller. @arendst have you tested it? |
Thnx for testing. Will do soon too. |
Just provided version 2.4.1 boards.txt and platform.txt specific updates for tasmota. |
I did some tests with 2.4.1 and regardless of lwip it just hungs after after some time ( under minute ). Maybe this is the cause : esp8266/Arduino#4497 |
Interesting. I have my device working for hours without problem. Which
tasmota version did you use and with which options?
So as to try to reproduce that bug.
Also how did you make the update? Serial / OTA?
I used the serial with the arduino option to erase all the flash (just to
try it).
Did you build the firmware? Arduino / platform.io?
El 12 mar. 2018 9:41 AM, "Krzysztof" <[email protected]> escribió:
… I did some tests with 2.4.1 and regardless of lwip it just hungs after
after some time ( under minute ). Maybe this is the cause :
esp8266/Arduino#4497 <esp8266/Arduino#4497>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1940 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ahw-h72nbVFWX1A3WjgSM7RsC4NOmH-bks5tdmz4gaJpZM4SJOMZ>
.
|
ESP-01 devices. Latest dev version. First OTA then serial. All the same. No bugs. Just hungs - stops working. Do you use webserver ? |
Yes. With webserver. But on a nodemcu
El 12 mar. 2018 10:07, "Krzysztof" <[email protected]> escribió:
… ESP-01 devices. Latest dev version. First OTA then serial. All the same.
No bugs. Just hungs - stops working. Do you use webserver ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1940 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ahw-h_WFs7EgpyEpMHoYXmH4xVeJ4Hurks5tdnL-gaJpZM4SJOMZ>
.
|
After downgrade to 2.4.0 (lwip 1.4) it is working fine. |
Found it! 2.4.1 and Sleep >0 == hung. |
Great. I was not using sleep. Thats why. Very good job. Thanks
El 16 mar. 2018 10:03 AM, "Krzysztof" <[email protected]> escribió:
… Found it! 2.4.1 and Sleep >0 == hung.
esp8266/Arduino#4485 <esp8266/Arduino#4485>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1940 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ahw-h4Q9whE50NWAJOmu5NZuZowFWrQ2ks5te7gSgaJpZM4SJOMZ>
.
|
5.12.0d * Prep for optional MQTT drivers by separating mqtt code from sonoff.ino to file xdrv_00_mqtt.ino * Add compiler check for stable lwIP version v1.4 (arendst#1940) * Add diacritics to Polish language file (arendst#2005) * Add Hungarian language file (arendst#2024) * Fix MQTT TLS fingerprint validation (arendst#2033)
Add Check for lwIP version