menu "espScope Configuration"
    config LED_BUILTIN
        int "LED IO Pin"
        default 15
        help
            LED IO pin

    config ESP_WIFI_SSID
        string "WiFi SSID"
        default "myssid"
        help
            Default SSID (network name) to connect to. You can change this onece connected via the web interface.

    config ESP_WIFI_PASSWORD
        string "WiFi Password"
        default "mypassword"
        help
            Default SSID password. You can change this onece connected via the web interface.

endmenu
