LAMP_Connect_v1

This commit is contained in:
Kapil
2019-12-03 15:21:55 +05:30
commit 8bb6805f69
531 changed files with 44089 additions and 0 deletions

13
settings.gradle Normal file
View File

@@ -0,0 +1,13 @@
include ':app', ':wear', ':common'
// Uncomment these lines if you want to import the BLE Library and BLE Common Library as a project,
// not from jcenter:
// include ':ble', ':ble-common'
// project(':ble').projectDir = file('../Android-BLE-Library/ble')
// project(':ble-common').projectDir = file('../Android-BLE-Common-Library/ble-common')
// Uncomment these lines if you want to import the DFULibrary as a project, not from jcenter:
// include ':dfu'
// project(':dfu').projectDir = file('../DFULibrary/dfu')