Adjusted for C++. Removed EPD testing code.
This commit is contained in:
+1
-22
@@ -1,4 +1,4 @@
|
||||
menu "ePaper Display DEMO Configuration"
|
||||
menu "LilyBook Configuration"
|
||||
|
||||
config SPIFFS_BASE_ADDR
|
||||
hex "SPIFFS Base address"
|
||||
@@ -25,25 +25,4 @@ config SPIFFS_LOG_PAGE_SIZE
|
||||
help
|
||||
Set it to the phisycal page size og the used SPI Flash chip.
|
||||
|
||||
config EXAMPLE_USE_WIFI
|
||||
bool "Use wifi in TFT Demo"
|
||||
default n
|
||||
help
|
||||
If WiFi is used ntp server will be used to provide the exact time
|
||||
and file timestamps will be correct.
|
||||
config WIFI_SSID
|
||||
string "WiFi SSID"
|
||||
depends on EXAMPLE_USE_WIFI
|
||||
default "myssid"
|
||||
help
|
||||
SSID (network name) for the demo to connect to.
|
||||
|
||||
config WIFI_PASSWORD
|
||||
string "WiFi Password"
|
||||
depends on EXAMPLE_USE_WIFI
|
||||
default "mypassword"
|
||||
help
|
||||
WiFi password (WPA or WPA2) for the demo to use.
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user