https://github.com/kebhr/tello-wifi-configure
CLI tool for setting SSID & password for Tello
https://github.com/kebhr/tello-wifi-configure
tello
Last synced: 5 months ago
JSON representation
CLI tool for setting SSID & password for Tello
- Host: GitHub
- URL: https://github.com/kebhr/tello-wifi-configure
- Owner: kebhr
- License: mit
- Created: 2019-12-25T00:16:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T00:23:03.000Z (over 6 years ago)
- Last Synced: 2023-05-11T05:22:11.119Z (about 3 years ago)
- Topics: tello
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tello-wifi-configure
Tello の SSID/Pass を設定するツールです。
This is a CLI tool for setting SSID and Password to Tello.
macOS 10.15 に対応済み。
Compatible with macOS 10.15.
## Usage
```bash
$ go run main.go
SSID: TELLO-123456
MAC: 60:60:1f:12:34:56
Change SSID and Password? (y/N) > y
New SSID > TELLO-A
New Password > password
```