Added a new function to class DCCpp : setAckThreshold() to fix the acknowledge value for read/write of cvs. Default is 30, but can be too big for small scales and/or efficient motors...
Fix of beginMain and beginProg to truely allow that the 'enable pin' can be undefined.
Factorisation of acknowledgement functions after read/write of cvs. Win some program memory....
02/08/2019 V1.3.6
Correction du calcul de la taille de l'entête EEPROM (Pull Request #5 de positron96).
Ajout d'une aide succinte à la configuration d'Ethernet dans la doc.
Retrait de SignalGenerator.*
Fixes EEPROM not working correctly (Pull Request #5 by positron96).
Add a short config help for Ethernet in inline documentation.
Files SignalGenerator.* removed.
19/06/2019 V1.3.5
Correction de la transformation de INTERFACE en DCCPP_INTERFACE si USE_ETHERNET_* .
Fix INTERFACE to DCCPP_INTERFACE if compiled with USE_ETHERNET_*.