Skip to content

Commit b941ec4

Browse files
committed
Update bell submodule - update README
1 parent 1ddf0fa commit b941ec4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ cd targets/esp32
4444
$ idf.py set-target esp32
4545
```
4646

47-
Configure streamcore according to your hardware
47+
Configure StreamCore32 according to your hardware
4848

4949
```shell
5050
# run visual config editor, when done press Q to save and exit
@@ -70,7 +70,9 @@ $ idf.py build
7070
# upload
7171
$ idf.py flash
7272
```
73-
The ESP32 will restart and begin running streamcore. You can monitor it using a serial console.
73+
The ESP32 will restart and begin running StreamCore32.
74+
The first startup will take some time, to fetch missing ids. Those are stored in NVS, and will only be refetched, if they no more work.
75+
You can monitor it using a serial console.
7476

7577
Optionally run as single command
7678

@@ -83,7 +85,7 @@ $ idf.py build flash monitor
8385

8486
## External interface
8587

86-
`streamcore` is meant to be used as a lightweight C++ library for playing back Spotify/Qobuz/Web-Radio music and receive control notifications from Spotify-/Qobuz-connect.
88+
`StreamCore32` is meant to be used as a lightweight C++ library for playing back Spotify/Qobuz/Web-Radio music and receive control notifications from Spotify-/Qobuz-connect.
8789
It exposes an interface for starting the communication with Spotify and Qobuz servers trough MDNS.
8890

8991
## Internal details

StreamCore32/bell

0 commit comments

Comments
 (0)