17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
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
|