Some fixes in docs

This commit is contained in:
Oleg Kalachev
2026-04-26 06:05:02 +03:00
parent d6a79d6c66
commit 9bffe5b52f
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ flix = Flix() # create a Flix object and wait for connection
### Telemetry
Basic telemetry is available through object properties. The property names generally match the corresponding variables in the firmware itself:
Basic telemetry is available through object properties. The property names generally match the corresponding variables in the firmware code:
```python
print(flix.connected) # True if connected to the drone