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

[MCS] MCSDisplayFloat does not have syntax highlight in Arduino IDE #15

Closed
pablosun opened this issue May 23, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@pablosun
Copy link
Contributor

Missing keyword settings in keywords.txt

@pablosun pablosun added the bug label May 23, 2017
@pablosun pablosun self-assigned this May 23, 2017
pablosun added a commit that referenced this issue May 23, 2017
Current implementation is based on asynchronous LwIP APIs, and there are memory management issues that cause #13.

We re-implmemented the sockets with LwIP BSD-style socket APIs, which are blocking calls that are better suited to Arduino calling styles and easier memory management. This fixed #13.

This pull request also have following improveent:

 * Reduced waiting time for WiFi.begin().
 * Remove redundant checks and waits in WiFi example sketches. (The 10-second wait after `begin()` is unnecessary).
 * Adds MCS classes' syntax coloring to fix issue #15.
@pablosun
Copy link
Contributor Author

Fixed in 3f08204.

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