From 63071e7dc63bc4cc984a990f10dd01b4fb0ff8d0 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Fri, 24 Jun 2022 21:38:40 +0200 Subject: [PATCH] Updated config --- ampel-firmware/config.public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index 528dd89..593977e 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -41,8 +41,8 @@ // AMPEL_CONFIG_VERSION should be defined, and have exactly 3 characters. // If you modify this string, every parameter saved on the Ampel will be replaced by the ones in config.h. // AMPEL_CONFIG_VERSION should also be updated if the configuration structure is modified. -// The structure of the Ampel configuration has been modified 11 times, so it's called "a11" for now. -# define AMPEL_CONFIG_VERSION "a11" +// The structure of the Ampel configuration has been modified 13 times, so it's called "a13" for now. +# define AMPEL_CONFIG_VERSION "a13" /** * SERVICES -- GitLab