We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b7422 commit 88aa8e8Copy full SHA for 88aa8e8
tools/wled-tools
@@ -87,7 +87,7 @@ EOF
87
# Discover devices using mDNS
88
discover_devices() {
89
if ! command -v avahi-browse &> /dev/null; then
90
- log "ERROR" "$RED" "'avahi-browse' is required but not installed."
+ log "ERROR" "$RED" "'avahi-browse' is required but not installed, please install avahi-utils using your preferred package manager."
91
exit 1
92
fi
93
0 commit comments