RomanLut / hx-esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
56 stars 9 forks source link

Allow to run the app with USE_MAVLINK and without /dev/serial0 #10

Closed ugnich closed 1 month ago

ugnich commented 1 month ago

Right now in order to compile the app on a desktop you need to comment out #define USE_MAVLINK in the main.h. That does not feel user-friendly. Let's add a few checks and make UART optional so anyone can compile a working version of GS without making any changes in code.

ugnich commented 1 month ago

Also, a manual for building the GS app on Fedora. I'm not sure how to break these commits into individual pull requests. Never done this before.