feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
16
esp-radar/console_test/main/Kconfig.projbuild
Normal file
16
esp-radar/console_test/main/Kconfig.projbuild
Normal file
@@ -0,0 +1,16 @@
|
||||
menu "WiFi Sensing Device Config"
|
||||
|
||||
config DEVICE_NAME
|
||||
string "Device Name"
|
||||
default "esp32-sensor"
|
||||
help
|
||||
Human-readable name for this ESP32 sensor device.
|
||||
This name will be included in CSI_DATA packets.
|
||||
|
||||
config DEVICE_LOCATION
|
||||
string "Device Location"
|
||||
default "room1"
|
||||
help
|
||||
Location identifier for this device (e.g., "living_room", "bedroom").
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user