Skip to content

When using one phone as Wifi AP and the other connect to this AP, controller app and robot app can NOT connect in IOS App #88

When using one phone as Wifi AP and the other connect to this AP, controller app and robot app can NOT connect in IOS App

When using one phone as Wifi AP and the other connect to this AP, controller app and robot app can NOT connect in IOS App #88

name: Move opened issues into OpenBot - To do
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
# Check we are not on a fork
if: github.repository == 'isl-org/OpenBot'
steps:
- uses: alex-page/[email protected]
with:
project: OpenBot
column: To do
repo-token: ${{ secrets.GH_TOKEN }}