added adapter MAC output todo note

This commit is contained in:
freqy 2021-05-08 16:59:07 -07:00
parent 939f0337b4
commit 07fa606cd8

@ -20,6 +20,9 @@ func Scanners() {
// Enable BLE interface. // Enable BLE interface.
dust.Must("enable BLE stack", projVars.ScanAdapter.Enable()) dust.Must("enable BLE stack", projVars.ScanAdapter.Enable())
//TODO: Add device adapter MAC output
//println(bluetooth.Addresser.String())
//TODO: only scan a device once, skip if its in the map //TODO: only scan a device once, skip if its in the map
// Start scanning. // Start scanning.
println("scanning...") println("scanning...")