pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in serial speed in "bt_music_receiver_rssi"?

TombusPL opened this issue · comments

Problem Description

Typo of value of speed serial:

file: bt_music_receiver_rssi.ino

is: 30: Serial.begin(119200);
should be: 30: Serial.begin(19200);

Device Description

Library

Sketch

Just typo in number

Other Steps to Reproduce

No response

Provide your Version of the EP32 Arduino Core (or the IDF Version)

main

I have checked existing issues, discussions and online documentation

  • I confirm I have checked existing issues, discussions and online documentation

No it should be 115200.
The correction has been committed