submission notes
**Important:** Please sanitize/remove any confidential info like usernames, passwords, org names, product names/ids, access tokens, client ids/secrets, or anything else you don't wish to share.
Please Read and Sign the Contributor License Agreement ([Info here](https://github.com/spark/firmware/blob/develop/CONTRIBUTING.md)).
You may also delete this submission notes header if you'd like. Thank you for contributing!
What Bug or Missing Feature does this PR address? (A short summary is preferred over links)
How does this PR address the problem stated above? (Describing the solutions implemented in code will facilitate a smooth discussion, review and testing of this PR)
Which unit/integration/application tests are applicable to this code change? (At minimum a test of some kind should be provided)
void setup() {
/* A minimal example app is super helpful
* for testing new features and fixes.
* A link to a Docs PR is even better!
*/
}
void loop() {
}
Links to the Community, Docs, Other Issues, etc..
- User is totes amazing for contributing!
- Contributor has signed CLA (Info here)
- Problem and Solution clearly stated
- Run unit/integration/application tests on device
- Added documentation
- Added to CHANGELOG.md after merging (add links to docs and issues)