Skip to content

Commit

Permalink
BLE output with log Warning!
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 3, 2023
1 parent b246cc7 commit db5d78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ StreamCopy copier(decoder, ble);

void setup() {
Serial.begin(115200);
AudioLogger::instance().begin(Serial, AudioLogger::Info);
AudioLogger::instance().begin(Serial, AudioLogger::Warning);

// start BLE client - wait at most 10 minutes
ble.begin("ble-receive", 60*10);
Expand Down

0 comments on commit db5d78e

Please sign in to comment.