Typo and minor code style changes

This commit is contained in:
Oleg Kalachev
2026-05-28 18:39:44 +03:00
parent 4e32414dae
commit 2f4b1423e6
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ from pyflix import Flix
flix = Flix() # create a Flix object and wait for connection
```
If using ESP-NOW connection, specify the proxy's device name in `FLIX_DEVICE` environment variable or pass it to the constructor: `Flix(device='/dev/cu.usbserial-0001')`.
If using ESP-NOW connection, specify the proxy device name in `FLIX_DEVICE` environment variable or pass it to the constructor: `Flix(device='/dev/cu.usbserial-0001')`.
### Telemetry