Skip to content

Commit b9a5e37

Browse files
committed
Fixed typo and auto-connect in JavaDesktop app.
1 parent 1f19bbf commit b9a5e37

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Documentation/HackathonQuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here you have 2 Sample Apps (Android projects). Pick either to use as a starting
1818
<li>QuickStart App. Contains a skeleton app with minimal functionality for connecting to a bridge and setting lights.</li>
1919
<li>Example App. A more complete app containing schedules, groups, scenes.</li>
2020
</ul>
21-
Import either (as an Andriod project) into your favourite IDE.
21+
Import either (as an Android project) into your favourite IDE.
2222

2323
##Deployment
2424
For installing the ADB drivers for the Amazon Kindle it is recommended to follow the below 2 links.

JavaDesktopApp/src/com/philips/lighting/Controller.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ public boolean connectToLastKnownAccessPoint() {
183183
PHAccessPoint accessPoint = new PHAccessPoint();
184184
accessPoint.setIpAddress(lastIpAddress);
185185
accessPoint.setUsername(username);
186-
187-
// Testing the emulator.
188-
accessPoint.setIpAddress("192.168.1.135:8000");
189-
accessPoint.setUsername("newdeveloper");
190186
phHueSDK.connect(accessPoint);
191187
return true;
192188
}

0 commit comments

Comments
 (0)