device configuration for google_dialogflow example
Posted: Thu Jun 13, 2019 1:53 pm
Hello,
I'm trying to make the device configuration for google_dialogflow example. (https://github.com/espressif/esp-va-sdk ... logflow.md)
But I'm currently unable to understand where I have to enter these command ("nvs-set") of this step :
- Once you download credentials.json, you can use the following commands on the device console to set the client ID, client secret and refresh token on the device.
- Make sure to enter the nvs-set commands first and then the wifi-set command.
[Enter]
>> nvs-set avs refreshToken string <refresh_token_from_credentials.json>
>> nvs-set avs clientId string <client_id_from_credentials.json>
>> nvs-set avs clientSecret string <client_secret_from_credentials.json>
Is someone can help me ?
Thanks in advance.
I'm trying to make the device configuration for google_dialogflow example. (https://github.com/espressif/esp-va-sdk ... logflow.md)
But I'm currently unable to understand where I have to enter these command ("nvs-set") of this step :
- Once you download credentials.json, you can use the following commands on the device console to set the client ID, client secret and refresh token on the device.
- Make sure to enter the nvs-set commands first and then the wifi-set command.
[Enter]
>> nvs-set avs refreshToken string <refresh_token_from_credentials.json>
>> nvs-set avs clientId string <client_id_from_credentials.json>
>> nvs-set avs clientSecret string <client_secret_from_credentials.json>
Is someone can help me ?
Thanks in advance.