As the title says... Chat on...

User avatar
By marcelstoer
#53615
jankop wrote:I'm test 1.5.4.1 with 15 modules


There you have it...I doubt you would have been able to add that many modules to a 1.4. or earlier 1.5.x version and still have it run on a 512KB device. The NodeMCU code doesn't change much but the underlaying Espressif SDK keeps growing. Use fewer modules or use a device with more memory.
User avatar
By jankop
#53676 Yes you're right. Minimal firmware Lua SDK 1.5.4.1 I had flashed O.K. up to module ESP8266 / 512KB.
But I disagree with the fact, that is solved the problem of fragmented packets http protocol. It is not. Sorry, but nobody not offered solutions.
User avatar
By marcelstoer
#53684
jankop wrote:But I disagree with the fact, that is solved the problem of fragmented packets http protocol. It is not. Sorry, but nobody not offered solutions.


Well, there's nothing in firmware that does it automatically for you, that's true. #1419 was resolved with the conclusion that you gotta do that yourself in Lua. Just don't close the socket before you got all fragments. #1419 also links to #960 (in the 1st comment) which is related and still open.