lucadentella / esp32-tutorial

553 stars 231 forks source link

Update main.c #20

Closed RosLD closed 3 years ago

RosLD commented 3 years ago

I was working with this file and VScode detected an error, after cheking the documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_ble.html I realized there is a small mistake with the adv_type you wrote that you may want to fix. I have flashed the code into my ESP32 module and works great with this.

lucadentella commented 3 years ago

Thanks!