mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 14:44:01 +08:00
update demo route (#22381)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <QDebug>
|
||||
#include <QThread>
|
||||
|
||||
const QString DEMO_ROUTE = "3533c53bb29502d1|2019-12-10--01-13-27";
|
||||
const QString DEMO_ROUTE = "4cf7a6ad03080c90|2021-09-29--13-46-36";
|
||||
|
||||
int getch() {
|
||||
int ch;
|
||||
|
||||
@@ -31,7 +31,7 @@ optional arguments:
|
||||
|
||||
Example:
|
||||
|
||||
`./juggle.py "0982d79ebb0de295|2021-01-17--17-13-08"`
|
||||
`./juggle.py "4cf7a6ad03080c90|2021-09-29--13-46-36"`
|
||||
|
||||
## Streaming
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ python lib/auth.py
|
||||
# Start unlogger
|
||||
python replay/unlogger.py <route-name>
|
||||
# Example:
|
||||
# python replay/unlogger.py '3533c53bb29502d1|2019-12-10--01-13-27'
|
||||
# python replay/unlogger.py '4cf7a6ad03080c90|2021-09-29--13-46-36'
|
||||
|
||||
# In another terminal you can run a debug visualizer:
|
||||
python replay/ui.py # Define the environmental variable HORIZONTAL is the ui layout is too tall
|
||||
|
||||
Reference in New Issue
Block a user