add param dialog to app

This commit is contained in:
afischerdev 2023-05-04 11:19:07 +02:00
parent cdda6ee32c
commit 3976750f75
11 changed files with 789 additions and 96 deletions

View file

@ -129,6 +129,7 @@ public class BRouterService extends Service {
if (!smc.mode.equals(mode_key))
continue;
worker.profileName = smc.profile;
worker.profileParams = (smc.params.equals("noparams") ? null : smc.params);
worker.profilePath = baseDir + "/brouter/profiles2/" + smc.profile + ".brf";
worker.rawTrackPath = baseDir + "/brouter/modes/" + mode_key + "_rawtrack.dat";