From 80f15701bd70168a5b5faa5312465350fcef227a Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Mon, 21 Feb 2022 14:37:58 +0100
Subject: [PATCH] New ASCII art. Extremely important! :D

from https://patorjk.com/software/taag/#p=display&f=Standard&t=Ampel%0A%20%20Config
---
 ampel-firmware/config.public.h | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h
index bcc65e9..5c1fa03 100644
--- a/ampel-firmware/config.public.h
+++ b/ampel-firmware/config.public.h
@@ -1,16 +1,18 @@
 #ifndef CONFIG_H_INCLUDED
 #  define CONFIG_H_INCLUDED
 
-/***
- *                                    _  _____             __ _
- *         /\                        | |/ ____|           / _(_)
- *        /  \   _ __ ___  _ __   ___| | |     ___  _ __ | |_ _  __ _
- *       / /\ \ | '_ ` _ \| '_ \ / _ \ | |    / _ \| '_ \|  _| |/ _` |
- *      / ____ \| | | | | | |_) |  __/ | |___| (_) | | | | | | | (_| |
- *     /_/    \_\_| |_| |_| .__/ \___|_|\_____\___/|_| |_|_| |_|\__, |
- *                        | |                                    __/ |
- *                        |_|                                   |___/
- */
+/***      _                         _
+ *       / \   _ __ ___  _ __   ___| |
+ *      / _ \ | '_ ` _ \| '_ \ / _ \ |
+ *     / ___ \| | | | | | |_) |  __/ |
+ *    /_/ __\_\_| |_| |_| .__/_\___|_|
+ *       / ___|___  _ __|_/ _(_) __ _
+ *      | |   / _ \| '_ \| |_| |/ _` |
+ *      | |__| (_) | | | |  _| | (_| |
+ *       \____\___/|_| |_|_| |_|\__, |
+ *                              |___/
+ ***/
+
 
 // This file is a config template, and can be copied to config.h.
 // Please don't save any important password in this template.
-- 
GitLab