Created some tasks
This commit is contained in:
14
main/Kconfig.projbuild
Normal file
14
main/Kconfig.projbuild
Normal file
@@ -0,0 +1,14 @@
|
||||
menu "Project Configuration"
|
||||
config WIFI_SSID
|
||||
string "WiFi SSID"
|
||||
default "myssid"
|
||||
help
|
||||
Network Name (SSID) of the WIFI to connect to.
|
||||
|
||||
config WIFI_PASSWORD
|
||||
string "WiFi PASSWORD"
|
||||
default "hunter2"
|
||||
help
|
||||
Password of the WiFi network to connect to.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user