main/Kconfig.projbuild

changeset 5
b1f38105ca7e
parent 4
d0155c16e992
child 9
1659bd3c7a2b
equal deleted inserted replaced
4:d0155c16e992 5:b1f38105ca7e
38 help 38 help
39 GPIO number for I2C Master data line. 39 GPIO number for I2C Master data line.
40 40
41 endmenu 41 endmenu
42 42
43 config ESP_WIFI_SSID 43 menu "WiFi settings"
44 string "WiFi SSID"
45 default "myssid"
46 help
47 SSID (network name) to connect to.
48 44
49 config ESP_WIFI_PASSWORD 45 config ESP_WIFI_SSID
50 string "WiFi Password" 46 string "WiFi SSID"
51 default "mypassword" 47 default "myssid"
52 help 48 help
53 WiFi password (WPA or WPA2) to use. 49 SSID (network name) to connect to.
54 50
51 config ESP_WIFI_PASSWORD
52 string "WiFi Password"
53 default "mypassword"
54 help
55 WiFi password (WPA or WPA2) to use.
56
57 endmenu
58
59 menu "MQTT server"
60
61 config MQTT_SERVER
62 string "MQTT server"
63 default "mqtt.eclipseprojects.io"
64 help
65 The MQTT server to connect to
66
67 config MQTT_PORT
68 int "MQTT port number"
69 default 1883
70 help
71 The MQTT server port
72
73 config MQTT_USER
74 string "MQTT username"
75 default ""
76 help
77 The optional MQTT username.
78
79 config MQTT_PASS
80 string "MQTT password"
81 default "letmein"
82 help
83 The optional MQTT password for the username.
84
85 endmenu
55 86
56 endmenu 87 endmenu

mercurial