From 60c0495f8fb49d6b8b616dadef08f3dc2f582ac9 Mon Sep 17 00:00:00 2001 From: Julaye <35028797+Julaye@users.noreply.github.com> Date: Sat, 30 Oct 2021 11:44:12 +0200 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20la=20version=20pour=20rel?= =?UTF-8?q?ease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lumieres.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lumieres.ino b/Lumieres.ino index 911338e..947a4fa 100644 --- a/Lumieres.ino +++ b/Lumieres.ino @@ -125,7 +125,7 @@ void setup() { randomSeed(analogRead(seedPin)); // Annonce la version - Serial.println("Lumieres - version 20211030.2 - (c) Julie Dumortier - Licence GPL"); + Serial.println("Lumieres - version 20211030.3 - (c) Julie Dumortier - Licence GPL"); // initialize la FSM Serial.print("HW RESET -> INIT seed:");