Skip to content

Commit 0674623

Browse files
committed
fix default values
1 parent 5b960ce commit 0674623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arduino/app_bricks/video_imageclassification/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variables:
2626
- name: BIND_ADDRESS
2727
description: Bind address
2828
hidden: true
29-
default_value: 127.0.0.1
29+
default_value: 0.0.0.0
3030
- name: VIDEO_DEVICE
3131
description: Video device path
3232
hidden: true

src/arduino/app_bricks/video_objectdetection/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variables:
2525
- name: BIND_ADDRESS
2626
description: Bind address
2727
hidden: true
28-
default_value: 127.0.0.1
28+
default_value: 0.0.0.0
2929
- name: VIDEO_DEVICE
3030
description: Video device path
3131
hidden: true

0 commit comments

Comments
 (0)