docs
docs copied to clipboard
Documentation for Particle
Bumps [moment](https://github.com/moment/moment) from 2.21.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...
Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
Add proxyUrl setting example to the `particle config` command usage
performPendingErase already checks hasPendingErase so there's no need to document checking for a pending erase before requesting the erase: https://github.com/particle-iot/device-os/blob/0bc16d94772999c016aa4c70c1b330f53321f90f/services/inc/eeprom_emulation.h#L245
Added the missing semicolon to the getNormalizedSoC prototype example. Original: ```cpp float getNormalizedSoC() ``` Modified: ```cpp float getNormalizedSoC(); ```
https://docs.particle.io/reference/device-cloud/api/#generate-an-access-token Unfortunately I don't see where the sources for this part of the docs are stored; they're not in this repository, as searching it for "[email protected]" (in the example set...
Hi, The following webhook docs mentions about requestb.in. This product has been discounted. the other alternatives like beeceptor.com and webhook.site are good and easy alternatives for testing. https://docs.particle.io/reference/device-cloud/webhooks/ (/src/content/reference/device-cloud/webhooks.md )...
From testing, it appears that the `src` field is added at the top level, not nested within the `loc` object
Add emphases to not use 5V pull-ups on the I2C bus.