File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
JavaDesktopApp/src/com/philips/lighting Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Here you have 2 Sample Apps (Android projects). Pick either to use as a starting
18
18
<li >QuickStart App. Contains a skeleton app with minimal functionality for connecting to a bridge and setting lights.</li >
19
19
<li >Example App. A more complete app containing schedules, groups, scenes.</li >
20
20
</ul >
21
- Import either (as an Andriod project) into your favourite IDE.
21
+ Import either (as an Android project) into your favourite IDE.
22
22
23
23
##Deployment
24
24
For installing the ADB drivers for the Amazon Kindle it is recommended to follow the below 2 links.
Original file line number Diff line number Diff line change @@ -183,10 +183,6 @@ public boolean connectToLastKnownAccessPoint() {
183
183
PHAccessPoint accessPoint = new PHAccessPoint ();
184
184
accessPoint .setIpAddress (lastIpAddress );
185
185
accessPoint .setUsername (username );
186
-
187
- // Testing the emulator.
188
- accessPoint .setIpAddress ("192.168.1.135:8000" );
189
- accessPoint .setUsername ("newdeveloper" );
190
186
phHueSDK .connect (accessPoint );
191
187
return true ;
192
188
}
You can’t perform that action at this time.
0 commit comments