imliubo c7e1d797f4 Update README.md
Signed-off-by: imliubo <imliubo@makingfun.xyz>
2024-12-20 21:05:36 +08:00
2024-12-20 21:05:36 +08:00
2024-12-20 21:05:36 +08:00

bootloader_components

bootloader hooks to avoid papers3 power issues

Please clone this repository into your IDF project, at the same level as components.

For example

.
├── bootloader_components  # <===== Here
├── components
├── main
├── managed_components
├── CMakeLists.txt
├── sdkconfig
├── sdkconfig.old
└── version.txt

How to use

cd /path/to/your/project
git clone https://github.com/m5stack/bootloader_components.git
S
Description
No description provided
Readme 32 KiB
Languages
C 62.2%
CMake 37.8%