From aae6c4b41d4adaf09e18faeb80470a05f8d127de Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Mon, 5 Sep 2022 03:24:02 +0200 Subject: [PATCH] Update readme, gitignore --- .gitignore | 5 +---- README.md | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 89cc49c..3b8da3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .pio -.vscode/.browse.c_cpp.db* -.vscode/c_cpp_properties.json -.vscode/launch.json -.vscode/ipch +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 5013cdc..7d8c726 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# ESP32_Oled_Solar_Monitor +# ESP_Solar_Monitor -Monitoring of my PV with an ESP32 with a small OLED display. \ No newline at end of file +Monitoring of my PV with an ESP with a 128x64 LCD display. \ No newline at end of file