-
-
Notifications
You must be signed in to change notification settings - Fork 215
Home
Awawa edited this page Dec 4, 2022
·
12 revisions
How to compile project using Github Action and change the speed or pinout for your board.
- 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=
0) to desired pinout.-DCLOCK_PIN
is used only for SPI leds, not for sk6812 or ws2812b. -
Save changes
- After few minutes download your firmware