Browse Source

Merge pull request #3 from osiemk/osiemk-patch-2

Update config.c nonaprs status was not stored in memory.
pull/26/head
Christopher 2 years ago
committed by GitHub
parent
commit
01ad309c9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Src/config.c

+ 2
- 2
Src/config.c View File

@ -95,8 +95,8 @@ along with VP-Digi. If not, see <http://www.gnu.org/licenses/>.
#define CONFIG_PWM_FLAT 1204
#define CONFIG_KISSMONITOR 1206
#define CONFIG_DEST 1208
#define CONFIG_ALLOWNONAPRS 1214
#define CONFIG_XXX 1216 //next address (not used)
#define CONFIG_ALLOWNONAPRS 1216
#define CONFIG_XXX 1218 //next address (not used)
/**


Loading…
Cancel
Save