Use Bundle consistently (#70)
This commit is contained in:
committed by
GitHub
parent
c11d63ef2d
commit
68aa34ad14
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user