mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
Improved logic to threat unknown 1-wire device (some PnP)
artnet disabled by default for due since some execution blocking in artnet->read()
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
export FLAGS="$FLAGS -DWiz5500"
|
||||
export FLAGS="$FLAGS -DARTNET_ENABLE"
|
||||
#export FLAGS="$FLAGS -DARTNET_ENABLE"
|
||||
CUSTOM_BUILD_FLAGS_FILE=custom-build-flags/build_flags_due-5500.sh
|
||||
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
|
||||
source $CUSTOM_BUILD_FLAGS_FILE
|
||||
|
||||
Reference in New Issue
Block a user