Files
ESP-Scope/main/Kconfig
Matt 46514b5c76 Add soft-ap mode, remove wifi config.
Device defaukts to soft-ap mode. User can use the "WIFI" button to set wifi credentials. Pressing "boot" for 1 second resets to soft-ap mode.

Re-work UI to fill screen.
2025-12-14 11:23:18 +00:00

16 lines
380 B
Plaintext

menu "espScope Configuration"
config LED_BUILTIN
int "LED IO Pin"
default 15
help
LED IO pin
config BSP_CONFIG_GPIO
int "Factory Reset Pin (GPIO)"
default 9
help
GPIO pin number to hold low on boot to erase NVS (Factory Reset).
Default is 9 (BOOT button on Seeed XIAO ESP32C6).
endmenu