From 940494ee7fba2d8a63317c167b748636ae17e371 Mon Sep 17 00:00:00 2001 From: Boris Brock Date: Sat, 14 Sep 2024 06:38:44 +0200 Subject: [PATCH] Fixing build action --- .gitignore | 1 - README.md | 1 - src/Configuration/{Credentials.cpp.template => Credentials.cpp} | 0 3 files changed, 2 deletions(-) rename src/Configuration/{Credentials.cpp.template => Credentials.cpp} (100%) diff --git a/.gitignore b/.gitignore index 5e2cc02..c94e4a3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ .vscode/launch.json .vscode/ipch /.vscode -src/Configuration/Credentials.cpp diff --git a/README.md b/README.md index 76a1c07..c4fcf3a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Of course a well designed PCB would be much nicer, but this is still work in pro ## Programming your ESP32 - Start by cloning or downloading this repository. -- Copy the file `Credentials.cpp.template` to `Credentials.cpp`. - Change the SSID and password in `Credentials.cpp` to match your home network settings. - Compile the project. - Now connect your ESP32 via USB and upload the firmware. diff --git a/src/Configuration/Credentials.cpp.template b/src/Configuration/Credentials.cpp similarity index 100% rename from src/Configuration/Credentials.cpp.template rename to src/Configuration/Credentials.cpp