Changeset e3d7c4a in orbit for android/src/info
- Timestamp:
- 11/29/12 20:10:34 (10 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- c30c900
- Parents:
- 5b7f570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/MainActivity.java
r5b7f570 re3d7c4a 95 95 96 96 private static final String MAC_ADDRESS = "D0:DF:9A:69:5D:42"; // MindWave Mobile Dev (p1-dev-60-01) 97 // private static final String MAC_ADDRESS = "9C:B7:0D:5E:E5:6A"; // UK So Television98 // private static final String MAC_ADDRESS = "00:16:53:09:0B:B9";97 // private static final String MAC_ADDRESS = "9C:B7:0D:5E:E5:6A"; // UK So Television 98 // private static final String MAC_ADDRESS = "00:16:53:09:0B:B9"; 99 99 100 100 … … 252 252 } 253 253 }); 254 //soundID = soundPool.load(this, R.raw.throttle_max_android_common, 1);255 256 soundID = soundPool.load(this, R.raw.throttle_max_android_htc_one_x, 1);254 soundID = soundPool.load(this, R.raw.throttle_max_android_common, 1); 255 // soundID = soundPool.load(this, R.raw.throttle_min_android_common, 1); 256 // soundID = soundPool.load(this, R.raw.throttle_max_android_htc_one_x, 1); 257 257 258 258 … … 317 317 */ 318 318 319 @SuppressLint({ "HandlerLeak", "HandlerLeak" })319 // @SuppressLint({ "HandlerLeak", "HandlerLeak" }) 320 320 @Override 321 321 public void handleMessage(Message msg) {
Note: See TracChangeset
for help on using the changeset viewer.