https://github.com/ExpressLRS/ExpressLRS/wiki/CRSF-Protocol
↑まずはコレを読む
- RX側: 全二重(Full Duplex) 42000 Baud / N81
- TX側: 半二重(Half Duplex)
https://github.com/ExpressLRS/ExpressLRS/wiki/CRSF-Protocol
↑まずはコレを読む
| loki: | |
| config: | |
| auth_enabled: false | |
| ingester: | |
| lifecycler: | |
| address: 127.0.0.1 | |
| ring: | |
| kvstore: | |
| store: inmemory | |
| replication_factor: 1 |
| from __future__ import absolute_import | |
| from __future__ import division | |
| from __future__ import print_function | |
| import datetime | |
| import json | |
| import logging | |
| import os | |
| import socket | |
| import time |