Update the GDPR part in FAQ article (#409)

This commit is contained in:
Arthur Ma 2018-08-04 13:10:23 +08:00 коммит произвёл GitHub
Родитель 1447a57330
Коммит 6b6d53c933
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -24,8 +24,7 @@ If you choose to participate, you can stop at any time as described [here](https
**Notice:** [Azure IoT Workbench](https://aka.ms/iot-workbench) is the tool for developing on IoT DevKit. If you are looking for disable the data collection for old installation package, please follow the steps in [this document]({{"/docs/legacy/disable-data-collection" | absolute_url}}) . > If you are looking for disable the data collection for old installation package, please follow the steps in [this document]({{"/docs/legacy/disable-data-collection" | absolute_url}}) .
{: .notice--warning}
@ -57,11 +56,13 @@ Sometimes, whatever in Arduino IDE or VS Code, people get failed to install the
This might be a cache issue both on local Arduino cache and remote CDN cache. This might be a cache issue both on local Arduino cache and remote CDN cache.
Please clean the local cache first: Please clean the local cache first:
1. Uninstall the IoT DevKit package, whatever in Arduino IDE or VS Code. 1. Uninstall the IoT DevKit package, whatever in Arduino IDE or VS Code.
2. Manually remove the cache folder:
* Windows: %localappdata%/Arduino15/staging/packages 2. Manually remove the cache folder:
* macOS: ~/Library/Arduino15/staging * For **Windows **, remove *%localappdata%/Arduino15/staging/packages*
3. Then re-install the package. * For **macOS**, remove *~/Library/Arduino15/staging*
2. Then re-install the package.
If it's still not work please contact [us](https://gitter.im/Microsoft/azure-iot-developer-kit){:target="_blank"} for support. If it's still not work please contact [us](https://gitter.im/Microsoft/azure-iot-developer-kit){:target="_blank"} for support.