Új appbar, NtripSettingsSheet
This commit is contained in:
@@ -200,8 +200,8 @@ class NtripService extends GetxService {
|
||||
'Accept: */*\r\n'
|
||||
'Connection: close\r\n'
|
||||
'Authorization: Basic $auth\r\n'
|
||||
'Host:$host\r\n'
|
||||
'Ntrip-Version:Ntrip/2.0\r\n'
|
||||
'Host: $host\r\n'
|
||||
'Ntrip-Version: Ntrip/2.0\r\n'
|
||||
'\r\n';
|
||||
}
|
||||
|
||||
@@ -228,7 +228,7 @@ class NtripService extends GetxService {
|
||||
host.value = prefs.getString('ntrip_host') ?? '84.206.45.44';
|
||||
port.value = prefs.getInt('ntrip_port') ?? 2101;
|
||||
mountpoint.value = prefs.getString('ntrip_mountpoint') ?? 'SGO_RTK3.2';
|
||||
username.value = prefs.getString('ntrip_username') ?? 'elgi01';
|
||||
username.value = prefs.getString('ntrip_username') ?? 'elgi03';
|
||||
password.value = prefs.getString('ntrip_password') ?? 'StEfan14';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user