-
Notifications
You must be signed in to change notification settings - Fork 260
Guide: Compiling From Source
Sergey Pykhtunov edited this page Jun 27, 2020
·
8 revisions
- Download Arduino IDE 1.8.x for your platform.
- Install the
Adafruit_SSD1306
version1.1.2
andAdafruit_GFX
version1.2.2
libraries using Arduino's library manager. - Modify the
Adafruit_SSD1306
library defines to use128x64
as the screen resolution. - Clone the repository.
- Open
src/rx5808-pro-diversity/rx5808-pro-diversity.ino
in the Arduino IDE. - Change
settings_*.h
to your liking. - Compile.
- Upload to your receiver via the IDE.