mirror of
https://github.com/Fishwaldo/esp_ghota.git
synced 2025-03-15 11:21:27 +00:00
33 lines
888 B
Text
33 lines
888 B
Text
menu "Github OTA Configuration"
|
|
|
|
config MAX_FILENAME_LEN
|
|
int "The Max Size Of Filenames"
|
|
default 64
|
|
help
|
|
The Maximum Size of Filenames stored at the Repository
|
|
|
|
config MAX_URL_LEN
|
|
int "The Max Size Of URLs"
|
|
default 128
|
|
help
|
|
The Maximum Size of URl's to download Firmware Files
|
|
|
|
config GITHUB_HOSTNAME
|
|
string "The Hostname of the Github Repository"
|
|
default "api.github.com"
|
|
help
|
|
The Hostname of the Github API Server
|
|
|
|
config GITHUB_OWNER
|
|
string "The Owner of the Github Repository"
|
|
default "Fishwaldo"
|
|
help
|
|
The Owner of the Github Repository
|
|
|
|
config GITHUB_REPO
|
|
string "The Repository of the Github Repository"
|
|
default "esp_ghota"
|
|
help
|
|
The Repository of the Github Repository
|
|
|
|
endmenu
|