File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.5)
22
33set (SUPPORTED_TARGETS esp32)
44include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
5- project (bluetooth_speaker )
5+ project (visual_effects_controller )
Original file line number Diff line number Diff line change 1- Bluetooth Speaker
2- =================
1+ Visual Effects Controller
2+ =========================
33
4- Bluetooth Speaker based on ESP32 chip with dynamic vision effects output .
4+ Visual Effects Controller based on ESP32 chip.
55
66## Main Features
77
8- * A2DP Audio Streaming
8+ * Bluetooth A2DP Audio Streaming
99* I2S & PDM Input / I2S Output
1010* VFX Output (GIF / Audio FFT / Rainbow / Star Sky / ...)
1111* BLE Control Interface (for VFX Output)
@@ -18,7 +18,7 @@ Bluetooth Speaker based on ESP32 chip with dynamic vision effects output.
1818### Obtain the Source
1919
2020```
21- git clone --recursive https://github.com/redchenjs/bluetooth_speaker_esp32 .git
21+ git clone --recursive https://github.com/redchenjs/visual_effects_controller_esp32 .git
2222```
2323
2424### Update an existing repository
@@ -49,7 +49,7 @@ source ./esp-idf/export.sh
4949idf.py menuconfig
5050```
5151
52- * All project configurations are under the ` Bluetooth Speaker ` menu.
52+ * All project configurations are under the ` Visual Effects Controller ` menu.
5353
5454### Flash & Monitor
5555
Original file line number Diff line number Diff line change 1- menu "Bluetooth Speaker "
1+ menu "Visual Effects Controller "
22
33menu "Bluetooth Configuration"
44config BT_NAME
55 string "Bluetooth Name"
6- default "Bluetooth Speaker "
6+ default "Visual Effects Controller "
77 help
88 Bluetooth name exposed by the device.
99
You can’t perform that action at this time.
0 commit comments