Skip to content

[DOC] inline help typos #55

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

Closed
ubidefeo opened this issue Oct 4, 2018 · 0 comments
Closed

[DOC] inline help typos #55

ubidefeo opened this issue Oct 4, 2018 · 0 comments

Comments

@ubidefeo
Copy link

ubidefeo commented Oct 4, 2018

while happily typing through the help I found this when invoking arduino-cli core download -h:
spaces are missing in the inline help

Examples:
  arduino-clicore download arduino:samd       # to download the latest version of arduino SAMD core.
  arduino-clicore download arduino:samd=1.6.9 # for a specific version (in this case 1.6.9).
@ubidefeo ubidefeo changed the title inline help typos [DOC] inline help typos Oct 4, 2018
@cmaglie cmaglie closed this as completed in 1967071 Oct 5, 2018
@cmaglie cmaglie added this to the Next alpha.preview milestone Oct 5, 2018
@cmaglie cmaglie added the bug label Oct 5, 2018
mastrolinux pushed a commit that referenced this issue Jul 16, 2019
per1234 pushed a commit that referenced this issue Nov 16, 2020
per1234 pushed a commit that referenced this issue Nov 16, 2020
…obal timestamp. (#55)

This is necessary because right now we are relying on the RTC within the SAMD MCU which is instantiated (RTCZero) within the ArduinoIoTCloud library and reference within ArduinoCloudThing via extern devlaration. Due to the extern binding this is a very brittle dependency which can be easily destroyed, it is therefore better to explicitly register a function which provides the time (this can be serviced by the TimeService class available in ArduinoIoTCloud
per1234 added a commit that referenced this issue Aug 9, 2021
Add check for includes missing from library
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