医美代码重构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
286 B

3 years ago
  1. #include "esp_log.h"
  2. #include "esp_system.h"
  3. #include "freertos/FreeRTOS.h"
  4. #include "freertos/event_groups.h"
  5. #include "freertos/task.h"
  6. #include "nvs_flash.h"
  7. #include "string.h"
  8. //
  9. #include "ble_spp_server_demo.h"
  10. void app_main(void) {
  11. ble_spp_server_demo_app_main();
  12. return;
  13. }