From 27409af6ebb31a6113c96421d13cb2637918ebc4 Mon Sep 17 00:00:00 2001 From: Mario Lukas Date: Sat, 23 Sep 2023 20:18:27 +0200 Subject: [PATCH] chore(Readme): added instructions to change config.sample.h to conifg.h --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c31473..ae8408e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ Join the Discord Server https://discord.gg/fWDSBTCVmB ## Getting Started +### Configuration + +Create a copy of config.sample.h and name it config.h +Change at least the device type to fit your Bluetti device. + ### Compiling and Flashing to ESP32 #### Arduino IDE