We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c4f40 commit 175c6ccCopy full SHA for 175c6cc
README.md
@@ -56,7 +56,6 @@ OpenIPC FPV ground station for Linux/Windows/macOS. Forked from [fpv4win](https:
56
57
### TODOs
58
59
-- Video capture with GStreamer backend
60
- Ground side OSD
61
62
### How to build on Windows
src/gui/settings_tab.cpp
@@ -3,7 +3,7 @@
3
#include "resources/default_resource.h"
4
#include "resources/theme.h"
5
6
-const std::string AVIATEUR_VERSION = "0.1.7";
+const std::string AVIATEUR_VERSION = "0.1.8";
7
const std::string AVIATEUR_REPO = "https://github.com/OpenIPC/aviateur";
8
9
void open_explorer(const std::string& dir) {
0 commit comments