diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index bcc65e9304ebc2756de87200800bc0b0484090dd..5c1fa03945ce3c03fd2ea1680742e6b240244b52 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.