-
-
Notifications
You must be signed in to change notification settings - Fork 215
Home
Awawa edited this page Jul 26, 2023
·
12 revisions
To use latest version of HyperSerialESP32, you need latest HyperHDR v19 or newer and to use Github Action to build a custom firmware follow the steps in the order.
If you do not follow the correct order given in the instructions, the Github Action may not trigger after saving changes to the configuration file.
- Fork the project. You will commit all changes to your forked repository.
- Enable your fork Github Action
- Make your changes to
platformio.ini
file
- Turn on the online editor
- Change default speed (
-DSERIALCOM_SPEED=
2000000) to desired speed.
- Change pinout (
-DDATA_PIN=
2-DCLOCK_PIN=
4) to desired pinout.-DCLOCK_PIN
is used only for SPI leds, not for sk6812 or ws2812b.
- Save changes (at the bottom of the page)
- After few minutes download your firmware