forked from espressif/arduino-esp32
skip some examples
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
//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"
|
||||
@ -86,7 +85,3 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {}
|
||||
#else
|
||||
void setup() {}
|
||||
void loop() {}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user