Releases: Locoduino/Commanders
Releases · Locoduino/Commanders
Fixes on switches.
Use of NmraDcc, support of ESP32
30/12/2018 V2.00.0
- Compatibilité avec ESP32 : Analog, Encoder, ...
- Intégration du décodage DCC par la bibliothèque NmraDcc (https://github.com/mrrwa/NmraDcc) amélioré pour l'ESP32.
- Correction de l'exemple DCC, Serial.begin manquant, COMMANDERS_DEBUG_MODE obligatoire...
- Correction de #define PRINT_EVENT_DCC()
- Correction de ButtonsCommanderSwitch et dérivés qui n'envoyaient pas les bons événements.
- Add support of ESP32 chips for analog devices, encoder, etc...
- Integration of NmraDcc library for Dcc decoding, giving support for ESPs, STMs (STM32 is not tested)...
- Fix of DCC sample, Serial.begin missing, COMMANDERS_DEBUG_MODE needs to be declared for this sample.
- Fix of PRINT_EVENT_DCC().
- Fix of ButtonsCommanderSwitch and inherited, not sending the right events at the right time !
v1.62
22/11/2018 V1.62
- Correction de ButtonsCommanderAnalogPushes qui ne marchait pas.
- Ajout de RaiseEventWhen() à DccCommander pour gérer les centrales type Ecos.
- Correction de l'affichage de debug d'une pin dans ButtonsCommanderSwitch
- Fix of ButtonsCommanderAnalogPushes.
- RaiseEventWhen() added to DccCommander to handle centrals like Ecos.
- Fix debug print of pin number in ButtonsCommanderSwitch
1.61.2
1.61.1
15/07/2018 V1.61.1
- Correction du format de Keywords.txt
- Création de LIBRARY_VERSION
- Mise en conformité de la partie doc HTML avec DOXYGEN_SPECIFIC
- Ajout du fichier LICENSE
- Fix Keywords.txt format.
- LIBRARY_VERSION created
- Update of DOXYGEN_SPECIFIC part for HTML documentation.
- Add of LICENSE file
12/07/2018 1.61.0
- Correction de ButtonsCommanderSwitch
- Amélioration de la doc dans Commanders.h pour éviter les #define NO_* ...
- Fix of ButtonsCommanderSwitch.
- Improvement of the documentation to avoid influence of #define NO_* inside Commanders.h
1.61.0
1.60.2
1.60.1
1.51.2
v1.51.1
27/10/2017 1.51.1
- Correction des exemples pour tester la bonne configuration de Commanders.h
- Fix all samples to have a better check of Commanders.h configuration.
18/10/2017 1.51.0
- Mise en forme du numéro de version en 'semver' (Semantic Versioning 2.0.0).
- Ajout de ArduiEmulator dans extras.
- Version number converted to 'semver' format (Semantic Versioning 2.0.0).
- ArduiEmulator added in extras folder.