A crossplatform app demostrating BLE services.
Use Visual Studio 2017/2019/2022 to open the solution and build it.
Note: secrets.json
under the shared project (INGdemo/INGdemo/) is used to contain secrets, Web API keys, etc.
Currently this app uses Google API for speech recognization. To build this app,
create a file like this (the file is required but keys are optional for building):
{
"Google_app_key": "..."
}