Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,14 @@ ledVariable = true;
ledVariable = false;
```

### Link

![Link Widget](assets/link-widget.png)

The Link widget lets you put a link on your dashboard! The icon, color and label can be fully customized to your liking. The correct URL format for this widget is for example "https://arduino.cc". If the you get the error "Invalid URL format", please try adding "https://" to the start of your URL.

![Link Widget options](assets/link-widget-options.png)

### Map

![Map Widget](assets/widget-map.png)
Expand Down
Loading