You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
ubidefeo
changed the title
inline help typos
[DOC] inline help typos
Oct 4, 2018
…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
while happily typing through the help I found this when invoking
arduino-cli core download -h
:spaces are missing in the inline help
The text was updated successfully, but these errors were encountered: