Lasse Lukkari

Results 44 comments of Lasse Lukkari

I don't think there is a software cure for this problem until the AT firmware has a software based flow control. There is nothing we can do without really large...

Member functions as middleware are currently not supported as the compiler for avr microcontrollers does not support them. I already created a branch with the support but never merged it...

You should be able to get this done by wrapping the call to the member function with a middleware function but you will need to create an instance of the...

I will add this to the next major version 4 of the library as it will introduce backwards incompatible changes. How ever this will take some time as I'm currently...

Hello! You can increase the time the device waits for the wifi connection at the startup here: https://github.com/lasselukkari/DuinoDCX/blob/master/DuinoDCX/Config.h#L25 The reason why it does not try create the connection if WiFI...

This feature request seems to pop up quite often. I will take a look what it would take to get this implemented.

Unfortunately with my current understanding of the settings data binary format and the transfer protocol applied on top of it this does not seem to be possible. I wish some...

> One way to go at this (I believe) would also be to simply save all the user-editable settings in a JSON / XML file when saving the profile and...

The webserver library supports any class derived from the Stream so the Wiznet W5500 should work. I personally have not ever used the ESP32 + Wiznet W5500 combination but the...

Compared to the WiFi connection management with credential the Ethernet is actually simpler.