File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void setup() {
37
37
cfg.sample_rate = a2dp_sink.sample_rate ();
38
38
cfg.channels = 2 ;
39
39
cfg.bits_per_sample = 16 ;
40
- // Use your custom pins
40
+ // Use your custom pins or define in AudioCodnfig.h
41
41
// cfg.cs_pin = VS1053_CS;
42
42
// cfg.dcs_pin = VS1053_DCS;
43
43
// cfg.dreq_pin = VS1053_DREQ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ void setup() {
32
32
// setup output
33
33
auto cfg = vs1053.defaultConfig ();
34
34
cfg.is_encoded_data = true ; // vs1053 is accepting encoded data
35
- // Use your custom pins
35
+ // Use your custom pins or define in AudioCodnfig.h
36
36
// cfg.cs_pin = VS1053_CS;
37
37
// cfg.dcs_pin = VS1053_DCS;
38
38
// cfg.dreq_pin = VS1053_DREQ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ void setup(){
35
35
cfg.sample_rate = sample_rate;
36
36
cfg.channels = channels;
37
37
cfg.bits_per_sample = bits_per_sample;
38
- // Use your custom pins
38
+ // Use your custom pins or define in AudioCodnfig.h
39
39
// cfg.cs_pin = VS1053_CS;
40
40
// cfg.dcs_pin = VS1053_DCS;
41
41
// cfg.dreq_pin = VS1053_DREQ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ void setup(){
24
24
// setup vs1053
25
25
auto cfg = vs1053.defaultConfig ();
26
26
cfg.is_encoded_data = true ; // vs1053 is accepting encoded data
27
- // Use your custom pins
27
+ // Use your custom pins or define in AudioCodnfig.h
28
28
// cfg.cs_pin = VS1053_CS;
29
29
// cfg.dcs_pin = VS1053_DCS;
30
30
// cfg.dreq_pin = VS1053_DREQ;
You can’t perform that action at this time.
0 commit comments