PranjalKushwaha / ESP32-Bluetooth-FTP

This project aims to provide file-sharing capabilities between the ESP32 Bluetooth and any Android/Linux device over their default OBEX protocols.
22 stars 1 forks source link

Change check to static #6

Closed BrandonStudio closed 2 years ago

BrandonStudio commented 2 years ago
  1. Change check to static If BR/EDR mode is not enabled, the compiler will report error.
  2. Add .gitignore Note that the sdkconfig and sdkconfig.old will not be omitted as it has been traced. Either create a commit with their deletion or removing them completely from git using git reset.