LINXD-1229: Update simulator to work with 3.34

This commit is contained in:
2020-02-17 22:25:09 +02:00
parent 0cac4b7e81
commit 5ec52a6617
5 changed files with 228 additions and 64 deletions

View File

@ -25,9 +25,43 @@ gps_lng_start_point = 24.776126
[assets]
#VOICE and GPS Stage
ids = [
2224
1125
]
[sounds]
sound = 'sound.mp3'
sounds_total_number = 20
[mumble]
port = '5668'
host = 'stage.linx.safemobile.com'
[hub]
address = 'https://hub.stage.linx.safemobile.com/'
[elogs]
name = 'stage'
[api]
port = ''
host = 'stage.linx.safemobile.com/api'
use_secure = true
accept_untrusted_certs = true
[settings]
max_fails = 3
send_voice = true
send_gps = true
gps_report_interval = 10000 # The interval in which the GPS is sent
gps_lat_start_point = 46.217802
gps_lng_start_point = 24.776126
[assets]
#VOICE and GPS Stage
ids = [
1125
]
#ids = [1125]
[sounds]
sound = 'sound.mp3'
sounds_total_number = 20