Skip to content
Awawa edited this page Dec 14, 2022 · 12 revisions

How to compile project using Github Action and change the speed or pinout for your board.

To use latest version of HyperSerialESP32, you need latest HyperHDR v19 beta 2 development version or newer. You have been warned.

  1. Fork the project. You will commit all changes to your forked repository.

obraz


  1. Enable your fork Github Action

obraz


  1. Make your changes to platformio.ini file

obraz


  1. Turn on the online editor

obraz


  1. Change default speed (-DSERIALCOM_SPEED=2000000) to desired speed.

  1. Change pinout (-DDATA_PIN=2 -DCLOCK_PIN=4) to desired pinout. -DCLOCK_PIN is used only for SPI leds, not for sk6812 or ws2812b.

  1. Save changes (at the bottom of the page)

obraz


  1. After few minutes download your firmware

obraz


obraz

Clone this wiki locally