We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7864e6 commit 18d7e1fCopy full SHA for 18d7e1f
Firmware/Test Sketches/WiFiBlueToothSwitch_Simple/WiFiBlueToothSwitch_Simple.ino
@@ -13,7 +13,7 @@ BluetoothSerial SerialBT;
13
14
#define AP_SSID "esp32"
15
16
-#include "C:\Users\nathan.seidle\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\tools\sdk\include\bt\esp_bt.h"
+#include "esp_bt.h"
17
18
void setup() {
19
Serial.begin(115200);
0 commit comments