Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetaWearBLEService compilation unit incorrect #3

Closed
paulscott56 opened this issue Aug 14, 2014 · 1 comment
Closed

MetaWearBLEService compilation unit incorrect #3

paulscott56 opened this issue Aug 14, 2014 · 1 comment

Comments

@paulscott56
Copy link

The file MetaWearBLEService.java has an incorrect class name:

public class MetaWearBleService extends Service {

Should be:

public class MetaWearBLEService extends Service {

note the caps on BLE.

@scaryghost
Copy link
Contributor

I renamed the file and class to MetaWearBleService in v1.0 but it looks like I didn't rename the file correctly when I put the code up on github. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants