docs: Revise simple_offboard translation (en)

This commit is contained in:
Alexey Rogachevskiy
2019-09-10 14:23:06 +03:00
parent 5a8ce0cf0c
commit 2e7bcde38e
2 changed files with 47 additions and 49 deletions

View File

@@ -90,7 +90,7 @@ print telemetry.z
```python
import math
if not math.isnan(get_telemetry().lat):
print 'Global position presents'
print 'Global position is available'
else:
print 'No global position'
```