Index | Start Time | Stop Time | Max. Elevation | Phase | Status | Short description |
---|---|---|---|---|---|---|
204 | 2019-01-05 19:13:23+01:00 | 2019-01-05 19:22:41+01:00 | 9.47° | Activity after SAIL deployment | 🤖 | Automatic session. |
Goal
Beacons reception. List files. Automatic session.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
[tc.ListFiles(50, '/'), Send, WaitMode.Wait],
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
]