diff --git a/owrx/feature.py b/owrx/feature.py index 5e3aae04..cab48e6d 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -610,7 +610,8 @@ class FeatureDetector(object): """ OpenWebRX uses the [dumphfdl](https://github.com/szpajder/dumpvdl2) tool to decode VDL2 aircraft communications. Dumpvdl2 is not yet available as a package and thus you will have - to compile it from source. + to compile it from source. Please, use the UNSTABLE branch, since it contains changes, + necessary for the OpenWebRX integration. """ return self.command_is_runnable("dumpvdl2 --help")