Skip to content

Guide: Compiling From Source

Sergey Pykhtunov edited this page Jun 27, 2020 · 8 revisions

Quick Guide

  1. Download Arduino IDE 1.8.x for your platform.
  2. Install the Adafruit_SSD1306 version 1.1.2 and Adafruit_GFX version 1.2.2 libraries using Arduino's library manager.
  3. Modify the Adafruit_SSD1306 library defines to use 128x64 as the screen resolution.
  4. Clone the repository.
  5. Open src/rx5808-pro-diversity/rx5808-pro-diversity.ino in the Arduino IDE.
  6. Change settings_*.h to your liking.
  7. Compile.
  8. Upload to your receiver via the IDE.
Clone this wiki locally