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

How to compile project using Github Action and the online editor?

The process is very similar to compiling HyperSerialESP32 but with some exceptions: 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.

  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. Save changes (at the bottom of the page)

obraz


  1. After few minutes download your firmware

obraz


obraz

Clone this wiki locally