From 1c28c7dfbcc888ae1f156b17611d20a2e47919b8 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Mon, 7 Nov 2022 01:10:35 +0100 Subject: [PATCH] Rename header --- src/display.cpp | 2 +- src/display.h | 2 +- src/main.cpp | 2 +- src/pins.h | 2 +- src/screens.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/display.cpp b/src/display.cpp index 94e3b68..8e0e4c5 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -1,5 +1,5 @@ /* -; Project: ESP32 GLCD SOLAR MONITOR +; Project: ESP GLCD SOLAR MONITOR ; Date: 3rd Sep 2022 ; ; (C) 2022 Carsten Schmiemann diff --git a/src/display.h b/src/display.h index b8fd1d9..c1d972d 100644 --- a/src/display.h +++ b/src/display.h @@ -1,5 +1,5 @@ /* -; Project: ESP32 GLCD SOLAR MONITOR +; Project: ESP GLCD SOLAR MONITOR ; Date: 3rd Sep 2022 ; ; (C) 2022 Carsten Schmiemann diff --git a/src/main.cpp b/src/main.cpp index efb6400..82fbcf6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* -; Project: ESP32 GLCD SOLAR MONITOR +; Project: ESP GLCD SOLAR MONITOR ; Date: 3rd Sep 2022 ; ; (C) 2022 Carsten Schmiemann diff --git a/src/pins.h b/src/pins.h index c1105c2..28a7a4c 100644 --- a/src/pins.h +++ b/src/pins.h @@ -1,5 +1,5 @@ /* -; Project: ESP32 GLCD SOLAR MONITOR +; Project: ESP GLCD SOLAR MONITOR ; Date: 3rd Sep 2022 ; ; (C) 2022 Carsten Schmiemann diff --git a/src/screens.h b/src/screens.h index 7cc1424..68ef6c4 100644 --- a/src/screens.h +++ b/src/screens.h @@ -1,5 +1,5 @@ /* -; Project: ESP32 GLCD SOLAR MONITOR +; Project: ESP GLCD SOLAR MONITOR ; Date: 3rd Sep 2022 ; ; (C) 2022 Carsten Schmiemann