From fe5bddf9c466b1c741052fb6dadb849317be85b8 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sun, 8 Aug 2021 20:44:19 -0400 Subject: [PATCH] Add example config --- firmware/main_mcu/src/config-example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/main_mcu/src/config-example.h b/firmware/main_mcu/src/config-example.h index cae774c..6495b26 100644 --- a/firmware/main_mcu/src/config-example.h +++ b/firmware/main_mcu/src/config-example.h @@ -1,4 +1,4 @@ -// This is an example config file. Copy this file to "config.h" and set the +// This is an example config file. Copy this file to "config.h" and set the // values needed for your network. #ifndef __CONFIG_H_