Skip to content

Commit

Permalink
fix module not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Feb 2, 2024
1 parent a0ff745 commit d84bb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependen
# Misc
option(OPT_BUILD_DISCORD_PRESENCE "Build the Discord Rich Presence module" ON)
option(OPT_BUILD_FREQUENCY_MANAGER "Build the Frequency Manager module" ON)
option(OPT_BUILD_IQ_EXPORTER "Build the IQ Exporter module" OFF)
option(OPT_BUILD_IQ_EXPORTER "Build the IQ Exporter module" ON)
option(OPT_BUILD_RECORDER "Audio and baseband recorder" ON)
option(OPT_BUILD_RIGCTL_CLIENT "Rigctl client to make SDR++ act as a panadapter" ON)
option(OPT_BUILD_RIGCTL_SERVER "Rigctl backend for controlling SDR++ with software like gpredict" ON)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Modules in beta are still included in releases for the most part but not enabled
|---------------------|------------|--------------|-----------------------------|:----------------:|:----------------:|:---------------------------:|
| discord_integration | Working | - | OPT_BUILD_DISCORD_PRESENCE ||||
| frequency_manager | Working | - | OPT_BUILD_FREQUENCY_MANAGER ||||
| iq_exporter | Unfinished | - | OPT_BUILD_IQ_EXPORTER | | ||
| iq_exporter | Unfinished | - | OPT_BUILD_IQ_EXPORTER | | ||
| recorder | Working | - | OPT_BUILD_RECORDER ||||
| rigctl_client | Unfinished | - | OPT_BUILD_RIGCTL_CLIENT ||||
| rigctl_server | Working | - | OPT_BUILD_RIGCTL_SERVER ||||
Expand Down

0 comments on commit d84bb9b

Please sign in to comment.