We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc31a commit f64ac33Copy full SHA for f64ac33
main/Kconfig.projbuild
@@ -10,7 +10,7 @@ config WIFI_PASSWORD
10
string "WiFi Password"
11
default "mypassword"
12
help
13
- WiFi password (WPA or WPA2) for the example to use.
+ WiFi password (WPA or WPA2) for the device to use.
14
15
config SERVER_URI
16
string "Server URI"
@@ -26,7 +26,7 @@ config SERVER_POST_PATH
26
27
choice SCREEN_PANEL
28
prompt "Screen Panel"
29
- default SCREEN_PANEL_SSD1331
+ default SCREEN_PANEL_ST7735
30
31
Select to use which screen panel
32
0 commit comments