Skip to content

Commit

Permalink
Reorder header files to avoid conflicting with BLEPeripheral library (#8
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hktechn0 authored and teknuze committed Jan 9, 2019
1 parent 3593228 commit fd1a450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp32/arduino/sample/sample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLE2902.h>

Expand Down
2 changes: 1 addition & 1 deletion m5stack/arduino/sample/sample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLE2902.h>
#include <M5Stack.h>
Expand Down

0 comments on commit fd1a450

Please sign in to comment.