-
-
Notifications
You must be signed in to change notification settings - Fork 68
Home
Awawa edited this page Dec 4, 2022
·
7 revisions
How to compile project using Github Action and change the speed or pinout for your board. The process is very similar to compiling HyperSerialESP32 but with some exception: due to the hardware limitation of esp8266 board you can adjust only the serial port speed. You cannot change the default pinout or use other advanced HyperSerialESP32 features.
- 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.
- Save changes (at the bottom of the page)
- After few minutes download your firmware