mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Now it really is only using LED for setup
This commit is contained in:
@@ -58,7 +58,7 @@ function headless_setup_mark_setup_success () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function headless_setup_progress_flash () {
|
function headless_setup_progress_flash () {
|
||||||
if [ $HEADLESS_SETUP = "true" ]
|
if [ $USE_LED_FOR_SETUP_PROGRESS = "true" ] && [ $HEADLESS_SETUP = "true" ]
|
||||||
then
|
then
|
||||||
/etc/stage_flash $1
|
/etc/stage_flash $1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user