report hw vendor and sw version via BLE

This commit is contained in:
geeksville
2020-02-03 20:18:36 -08:00
parent d4284ba95d
commit df2b40f5a1
4 changed files with 17 additions and 8 deletions

View File

@@ -361,7 +361,7 @@ void setup()
//}
service.init();
BLEServer *serve = initBLE(getDeviceName()); // FIXME, use a real name based on the macaddr
BLEServer *serve = initBLE(getDeviceName(), HW_VENDOR, APP_VERSION); // FIXME, use a real name based on the macaddr
createMeshBluetoothService(serve);
}