Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6bcff37

Browse files
Fix image in README
1 parent b4b658b commit 6bcff37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The GUI source code in this was written by Qualcomm and modified by me. It is s
1313
- It allows you to customize your team's DS. You can do simple color and icon theming, or something as complicated as parsing the Telemetry feed and creating a GUI for your robot.
1414
- It supports LAN mode (see below).
1515
- It features a much less jarring and aggressive "Configuring Wifi, please wait..." dialog, which hopefully won't get stuck in a loop. All this is doing is toggling wifi off and on anyway.
16-
- It includes the old, device-agnostic (though root-requiring) wifi channel changer. The robot controller decides which channel is used, not the driver station, but I suppose you could install OSDS on your robot controller phone and use it there.
1716

1817
#### Why you WOULDN'T use this driver station
1918
- I have NO IDEA if it is at all competition legal, or will work at competition. Make sure to keep a supported driver station device for competition use.
@@ -26,7 +25,7 @@ Check the releases section at the top.
2625
### LAN Mode
2726
LAN mode is an alternate method of connecting the robot controller and the driver station. It connects through a router over WiFi instead of over Wifi Direct, which lets you connect to the robot simply by joining the phones to the same wifi network and typing in the IP address of the controller on the DS. In my experience, it connects far more quickly and robustly then the wifi direct version, and hardly ever requires anything to be rebooted or restarted (yay!). Since it uses a regular wifi network, you can use Android's network debugging with ease, and even (double yay!) download and run a robot controller program without you ever having to touch the robot controller phone.
2827

29-
LAN mode does require modifications to your robot controller code, though. Download [this zip file](https://dl.dropboxusercontent.com/u/27566023/Software%20Host/LAN_DS_Enabler_v2.zip) and extract it to the root of your ftc_app source tree, and you should be good to go. It overwrites your `FtcRobotController` activity and your strings and menu xml files with LAN Mode-enabled ones, and adds some of its own files as well.
28+
LAN mode does require modifications to your robot controller code, though. Currently, I am working with the OpenFTC project to integrate these changes into OpenRC. Stay tuned!
3029

3130
### Screenshot
32-
[![Screenshot](https://dl.dropboxusercontent.com/u/27566023/Image%20Host/OSDS-Screenshot-small.png)](https://dl.dropboxusercontent.com/u/27566023/Image%20Host/OSDS-Screenshot-large.png)
31+
![Screenshot](https://app.box.com/shared/static/55yjju2ataxzut0wqy7k5nmui1pdgknu.png)

0 commit comments

Comments
 (0)