Created some tasks

This commit is contained in:
2023-10-25 19:18:26 +01:00
parent 5efca6b3c0
commit bef67215cb
2 changed files with 92 additions and 20 deletions

14
main/Kconfig.projbuild Normal file
View 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