Setup app (#541)

- Implement Setup app for device's first boot
- Implement device simple name and vendor name variables
- Remove region setting (locale setting is already available)
This commit is contained in:
Ken Van Hoeylandt
2026-07-02 00:29:03 +02:00
committed by GitHub
parent d3439f6f45
commit 2f5e183f18
16 changed files with 283 additions and 71 deletions
+12 -2
View File
@@ -4,8 +4,18 @@ menu "Tactility App"
string "Device Name"
default ""
help
Human-readable device name, including vendor
config TT_DEVICE_ID
Human-readable device name, including vendor (e.g. "M5Stack Cardputer")
config TT_DEVICE_NAME_SIMPLE
string "Device Name (simple)"
default ""
help
Human-readable simple device name, excluding vendor (e.g. "Cardputer")
config TT_DEVICE_VENDOR
string "Device Vendor Name"
default ""
help
Human-readable device vendor name (e.g. "LilyGO")
config TT_DEVICE_ID
string "Device Identifier"
default ""
help