Skip to content

Commit 08bd330

Browse files
authored
Update default value for CSI_NODE_ID configuration
Changed the prompt for 'Node ID' configuration to display a default IP address.
1 parent 688987e commit 08bd330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/esp32-csi-node/main/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
menu "CSI Node Configuration"
22

33
config CSI_NODE_ID
4-
int "Node ID (0-255)"
4+
int "192.168.0.212"
55
default 1
66
range 0 255
77
help

0 commit comments

Comments
 (0)