Skip to content

Releases: Locoduino/Commanders

Fixes on switches.

19 Jun 14:45
Compare
Choose a tag to compare

19/06/2019 V2.01

  • Correction de ButtonsCommanderSwitch et dérivés qui n'envoyaient pas les bons événements (encore).

  • Fix of ButtonsCommanderSwitch and inherited, not sending the right events at the right time ! (one more time...)

Use of NmraDcc, support of ESP32

30 Dec 15:11
Compare
Choose a tag to compare

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 Nov 19:33
Compare
Choose a tag to compare

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

21 Oct 12:33
Compare
Choose a tag to compare

21/10/2018 V1.61.2

  • Améliorations de l'affichage de debug sur la console

  • Improvements of debug prints on serial window.

1.61.1

15 Jul 12:56
Compare
Choose a tag to compare

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

13 Jul 15:57
Compare
Choose a tag to compare

v12/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.60.2

21 May 18:36
Compare
Choose a tag to compare

21/05/2018 1.60.2

  • Correction de ButtonsCommanderAnalogPushes

  • Fix of ButtonsCommanderAnalogPushes.

1.60.1

20 May 14:46
Compare
Choose a tag to compare

20/05/2018 1.60.1

  • Correction des exemples SimpleButtons et SimpleButtonsByIds

  • Fix of samples SimpleButtons and SimpleButtonsByIds.

1.51.2

18 Feb 16:11
Compare
Choose a tag to compare

16/02/2018 1.51.2

  • Correction de la syntaxe de la documentation anglaise.

  • Fix of English documentation syntax !

v1.51.1

24 Nov 22:29
Compare
Choose a tag to compare

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.