Thierry Paris
Thierry Paris
Thanks for your fast answer. I have modified the demo to add 'voila' and 'voilà' in the second keyword list. Just copy/paste the text 'voila voilà' in the editor. The...
This is worse that you can imagine. This for Japanese users who wants to define local variables in VB.Net . VB allows Unicode characters, but not the editor... I have...
For me, in my case of usage, EngineDriver on my Nokia 8 Is disconnecting/connecting contiuously every 10s.. To be clear, I use the branch ESP32 from version 3, in Wifi...
I have proposed this modification in the master branch because i thank that the problem was also there... I dont have the hardware to test on a Uno/Mega... The connection...
I did not realize that I discuss with the creator of EngineDriver ! So if someone could help me, this is you. EngineDriver version is 2.31.139. I have tested with...
The result is exactly the same, just with a delay of four seconds... Its seems that if the '*4' message is well interpreted, the '*10' sent later is ignored, and...
 [logcat1648404787096[2].txt](https://github.com/DCC-EX/CommandStation-EX/files/8360395/logcat1648404787096.2.txt) These are the files. If I understand what I see in the log file : 03-27 20:14:02.527 10254 10272 D Engine_Driver: -->:NEngineDriver (158) 03-27 20:14:02.634 10254 10272...
The posted file was complete, but to be sure, I add a new file. [logcat1648483802867[1].txt](https://github.com/DCC-EX/CommandStation-EX/files/8364682/logcat1648483802867.1.txt)
The file with no loco selected, but power is on. There no disconnect/connect cycle in this case... [logcat1648493480994[2].txt](https://github.com/DCC-EX/CommandStation-EX/files/8365490/logcat1648493480994.2.txt)
In fact, it is more simpler : WiThrottle::loop() which call checkHeartBeat is never called, so the answers to a lot of EngineDriver questions are not sent. Please tell me where...