mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
21 lines
367 B
Markdown
21 lines
367 B
Markdown
# Get Started
|
|
|
|
Copy the relevant `sdkconfig.board.*` file into `sdkconfig`.
|
|
This will apply the relevant settings to build the project for your hardware.
|
|
|
|
# Useful Parameters
|
|
|
|
## Enable FPS
|
|
|
|
```
|
|
CONFIG_LV_USE_OBSERVER=y
|
|
CONFIG_LV_USE_PERF_MONITOR=y
|
|
```
|
|
|
|
## Halt on error
|
|
|
|
```
|
|
CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
|
|
# CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT is not set
|
|
```
|