Fix saved hosts when in MMDVM_DIRECT

main
Doug McLain 1 year ago
parent c23865d1c9
commit ba99cbe675

@ -285,7 +285,7 @@ Item {
if(settingsTab.mmdvmBox.checked){
droidstar.set_dst(_comboHost.currentText);
}
else if(!droidstar.get_modelchange()){
if(!droidstar.get_modelchange()){
droidstar.process_host_change(_comboHost.currentText);
}
}

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.dudetronics.droidstar" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="73" android:installLocation="auto">
<manifest package="org.dudetronics.droidstar" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="74" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.

@ -24,7 +24,7 @@
#include "CRCenc.h"
#include "MMDVMDefines.h"
#define DEBUG
//#define DEBUG
const uint32_t ENCODING_TABLE_1676[] =
{0x0000U, 0x0273U, 0x04E5U, 0x0696U, 0x09C9U, 0x0BBAU, 0x0D2CU, 0x0F5FU, 0x11E2U, 0x1391U, 0x1507U, 0x1774U,

@ -19,7 +19,7 @@
#include <cstring>
#include "p25.h"
#define DEBUG
//#define DEBUG
const uint8_t REC62[] = {0x62U, 0x02U, 0x02U, 0x0CU, 0x0BU, 0x12U, 0x64U, 0x00U, 0x00U, 0x80U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U,0x00U, 0x00U, 0x00U, 0x00U, 0x00U};
const uint8_t REC63[] = {0x63U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x00U, 0x02U};

@ -24,7 +24,7 @@
#include <iostream>
#include <cstring>
#define DEBUG
//#define DEBUG
const uint32_t IMBE_INTERLEAVE[] = {
0, 7, 12, 19, 24, 31, 36, 43, 48, 55, 60, 67, 72, 79, 84, 91, 96, 103, 108, 115, 120, 127, 132, 139,

Loading…
Cancel
Save