mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-07 18:14:32 +00:00
docs: Revise simple_offboard translation (en)
This commit is contained in:
@@ -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'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user