Skip to content

Commit 775259d

Browse files
committed
project: update project name
1 parent b6cee62 commit 775259d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.5)
22

33
set(SUPPORTED_TARGETS esp32)
44
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
5-
project(bluetooth_speaker)
5+
project(visual_effects_controller)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
4949
idf.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

main/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
menu "Bluetooth Speaker"
1+
menu "Visual Effects Controller"
22

33
menu "Bluetooth Configuration"
44
config 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

0 commit comments

Comments
 (0)