Mute: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 June 2025

  • curprev 13:4013:40, 8 June 2025 Philipp talk contribs 982 bytes +982 Created page with "== Overview == The Libreciva mute function controls the radio's mute state. In order to use the library function, you must include the header file: <pre> #include "mute.h" </pre> === void mute_set(enum smute_e_state state) === This function changes the radio's mute state. The passed parameter is either: * SMUTE_ON * SMUTE_OFF It is recommended that this function is called when the radio application first starts. === enum smute_e_state mute_get() === This fu..."