mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Major refactoring. OTA Works now (yes, yes... really works! )
This commit is contained in:
@@ -49,7 +49,7 @@ The squeezelite options are very similar to the regular Linux ones. Differences
|
||||
|
||||
To add options that require quotes ("), escape them with \". For example, so use a BT speaker named MySpeaker and resample everything to 44100 (which is needed with Bluetooth) and use 16 bits resample with medium quality, the command line is:
|
||||
|
||||
nvs_set autoexec2 str -v "squeezelite -o \"BT -n 'MySpeaker'\" -b 500:2000 -R -u m -Z 192000 -r \"44100-44100\""
|
||||
nvs_set autoexec1 str -v "squeezelite -o \"BT -n 'MySpeaker'\" -b 500:2000 -R -u m -Z 192000 -r \"44100-44100\""
|
||||
|
||||
# Additional misc notes to do your owm build
|
||||
MOST IMPORTANT: create the right default config file
|
||||
|
||||
Reference in New Issue
Block a user