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

Particle.process() Not Supported #41

Open
eely22 opened this issue Feb 16, 2017 · 0 comments
Open

Particle.process() Not Supported #41

eely22 opened this issue Feb 16, 2017 · 0 comments
Assignees
Labels

Comments

@eely22
Copy link
Contributor

eely22 commented Feb 16, 2017

First reported here: https://neighborhood.bluz.io/t/micro-epaper-for-bluz/800

Particle.process() does not process cloud data. So the following will hang bluz and prevent it from connecting:

void loop() {
    while (true) {
        Particle.process();
    }
}

Particle.process() should allow the user to block the main CPU if necessary but still process cloud data and have the RGB LED updated.

@eely22 eely22 added the bug label Feb 16, 2017
@eely22 eely22 self-assigned this Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant