Use Bundle consistently (#70)

This commit is contained in:
Ken Van Hoeylandt
2024-11-04 21:19:24 +01:00
committed by GitHub
parent c11d63ef2d
commit 68aa34ad14
9 changed files with 34 additions and 14 deletions
+20
View File
@@ -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
```