From 15f07464cae72262d21793026b6686688e1bdc34 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Fri, 15 Jul 2022 15:03:32 +0200 Subject: [PATCH] Make example config explicit --- .gitignore | 3 ++- include/{config.h => example_config.h} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename include/{config.h => example_config.h} (100%) diff --git a/.gitignore b/.gitignore index 40433be..6df4d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .pio .vscode -.DS_Store \ No newline at end of file +.DS_Store +include/config.h diff --git a/include/config.h b/include/example_config.h similarity index 100% rename from include/config.h rename to include/example_config.h