feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
16
get-started/csi_recv_router/main/Kconfig.projbuild
Normal file
16
get-started/csi_recv_router/main/Kconfig.projbuild
Normal file
@@ -0,0 +1,16 @@
|
||||
menu "CSI UDP Configuration"
|
||||
|
||||
config CSI_UDP_TARGET_IP
|
||||
string "UDP target IP address"
|
||||
default "192.168.129.11"
|
||||
help
|
||||
IP address of the host receiving CSI data (e.g., Raspberry Pi).
|
||||
|
||||
config CSI_UDP_TARGET_PORT
|
||||
int "UDP target port"
|
||||
default 5500
|
||||
range 1024 65535
|
||||
help
|
||||
UDP port on the target host for receiving CSI data.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user