Commit 175e4a10 authored by Roque's avatar Roque

[WEB-WORKER] [WIP] update flight log

parent a7c704b6
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
}) })
.push(function (parameters_doc) { .push(function (parameters_doc) {
game_parameters_json = JSON.parse(parameters_doc.text_content); game_parameters_json = JSON.parse(parameters_doc.text_content);
return gadget.jio_get("rescue_swarm_script_module/" + "lp_loiter"); return gadget.jio_get("rescue_swarm_script_module/" + "log_loiter");
}) })
.push(function (log) { .push(function (log) {
log_content = log.text_content; log_content = log.text_content;
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1003.15820.61399.20309</string> </value> <value> <string>1003.15820.63775.27392</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1664291338.34</float> <float>1664374475.4</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment