disable BT Serial examples for S2

This commit is contained in:
me-no-dev
2020-05-12 01:16:30 +03:00
parent d3c5f26fa4
commit 5784081147
3 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,7 @@
//The only remedy is to delete this saved bound device from your device flash memory
//and pair with the other device again.
//
#if CONFIG_IDF_TARGET_ESP32
#include "esp_bt_main.h"
#include "esp_bt_device.h"
#include"esp_gap_bt_api.h"
@ -85,3 +86,7 @@ void setup() {
}
void loop() {}
#else
void setup() {}
void loop() {}
#endif