Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Closed
Milestone
Description
The Arduino Cloud Agent can download tools, when requested by the front-end application. There are two ways to request tools download (using the WebSocket connection, or with a REST API endpoint).
With the#953 change, both cases use the same code, and in both cases thekeep behavior is ignored. So every time a tool is requested, the agent will download it (even if it's already installed locally).
Analyze the existing code, theinstalled.json file and add again the functionality (eventually refactoring how it was working before).