pr.mp4
新的 PR(Issue) 来了来了来了!
树莓派 + 蓝牙热敏打印机 + 内网穿透 + GitHub Actions
- bluetoothctl (以下步骤都在 ctl 中执行)
- agent on
- discoverable on
- scan on --> 这步找到蓝牙热敏打印机的地址
- trust ${地址}
- pair ${地址}
利用 rfcomm 连接
sudo rfcomm connect 1 ${地址} &
- raspberry(3b+) 以上有蓝牙的版本 set up bluetooth
- 内网穿透
- 更改 raspberry_printer 中的 secret (为了安全)
- 找到蓝牙设备地址
- 利用 rfcomm 连接蓝牙设备
- 启动 server
- 设置 GitHub Actions
- Enjoy it
- pip install -r requirements.txt
- nohup python3 app.py &
- or use Gunicorn or uWSGI or others
- change ./github/workflows/new_pr_bluetooth.yml to your own
- add secret
BLUE
in your repo (Actions secrets) - Done or left some issues
- pip3 install git+https://github.com/yihong0618/MiService.git
- 参考 MiService README 增加 env -> .bashrc
- 测试
micli 5-3 '哈哈哈哈哈您有新的PULLREQUEST请注意查收'
看看是否成功 - 重新部署
- 谢谢就够了
- Just enjoy it.