解决 pip 安装 python-miio 时报错 cryptography 依赖安装失败
pkg update && pkg upgrade # 先安装 Termux 仓库里的预编译 cryptography pkg install python-cryptography # 再安装 python-miio pip install python-miio