Skip to content

Commit d84bb9b

Browse files
fix module not enabled
1 parent a0ff745 commit d84bb9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependen
5050
# Misc
5151
option(OPT_BUILD_DISCORD_PRESENCE "Build the Discord Rich Presence module" ON)
5252
option(OPT_BUILD_FREQUENCY_MANAGER "Build the Frequency Manager module" ON)
53-
option(OPT_BUILD_IQ_EXPORTER "Build the IQ Exporter module" OFF)
53+
option(OPT_BUILD_IQ_EXPORTER "Build the IQ Exporter module" ON)
5454
option(OPT_BUILD_RECORDER "Audio and baseband recorder" ON)
5555
option(OPT_BUILD_RIGCTL_CLIENT "Rigctl client to make SDR++ act as a panadapter" ON)
5656
option(OPT_BUILD_RIGCTL_SERVER "Rigctl backend for controlling SDR++ with software like gpredict" ON)

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Modules in beta are still included in releases for the most part but not enabled
377377
|---------------------|------------|--------------|-----------------------------|:----------------:|:----------------:|:---------------------------:|
378378
| discord_integration | Working | - | OPT_BUILD_DISCORD_PRESENCE ||||
379379
| frequency_manager | Working | - | OPT_BUILD_FREQUENCY_MANAGER ||||
380-
| iq_exporter | Unfinished | - | OPT_BUILD_IQ_EXPORTER | | ||
380+
| iq_exporter | Unfinished | - | OPT_BUILD_IQ_EXPORTER | | ||
381381
| recorder | Working | - | OPT_BUILD_RECORDER ||||
382382
| rigctl_client | Unfinished | - | OPT_BUILD_RIGCTL_CLIENT ||||
383383
| rigctl_server | Working | - | OPT_BUILD_RIGCTL_SERVER ||||

0 commit comments

Comments
 (0)