Add new bluetooth class as model for scanning. Add UI to show scanned devices on top of page.

This commit is contained in:
2019-11-07 23:05:56 -05:00
parent 62bf803c71
commit e0689cc7e8
7 changed files with 231 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
set(qiflora_SRCS
miflora/miflora.cpp
miflora/bluetoothdevices.cpp
main.cpp
)