Skip to content

Commit

Permalink
changed dev value
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Oct 12, 2013
1 parent 294114d commit 4994566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/thermatk/android/l/hsewifi/WiFiReceiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void onReceive(Context context, Intent intent) {
if (wifiInfo == null) {
return;
}
if(wifiInfo.getSSID().equals("\"StrategikonOfMaurice\"")) {
if(wifiInfo.getSSID().equals("\"HSE\"")) {
Toast.makeText(context, context.getString(R.string.connectedto)+ " " + "HSE", Toast.LENGTH_SHORT).show();
context.startService(new Intent(context, HSEConnect.class));
}
Expand Down

0 comments on commit 4994566

Please sign in to comment.