Skip to content

Commit 18d7e1f

Browse files
committed
Remove uncecessary dir structure from header location
1 parent a7864e6 commit 18d7e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Test Sketches/WiFiBlueToothSwitch_Simple/WiFiBlueToothSwitch_Simple.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BluetoothSerial SerialBT;
1313

1414
#define AP_SSID "esp32"
1515

16-
#include "C:\Users\nathan.seidle\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\tools\sdk\include\bt\esp_bt.h"
16+
#include "esp_bt.h"
1717

1818
void setup() {
1919
Serial.begin(115200);

0 commit comments

Comments
 (0)