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
I just do this:
1: Download https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-windows.zip
2: arduino-cli sketch new MyFirstSketch
3: cd C:\Users\shellus\Documents\Arduino\MyFirstSketch
4: arduino-cli core update-index
I am using the latest windows10
The text was updated successfully, but these errors were encountered:
The bug has been fixed but that was done after the 0.3.2-alpha release.
We welcome bug reports and feature requests but in the future please take the time to search for existing open and closed issues and pull requests before submitting an issue: https://github.com/arduino/arduino-cli/issues?&q=
If you do find the issue has already been reported or a fix has been submitted, you are welcome to give it a "thumbs up" by clicking on the smiley face icon at the top right to show your support. Please only comment on the issue if you have additional information to add.
This allows class ArduinoCloudThing to obtain a 'epoch' timestamp which is used during synchronisation and which has been implemented so far via an 'extern' dependency to RTCZero. Since this kind of hidden dependency (basically a global object across 2 separate Arduino libraries) is very brittle the depdency is made clear by explicitly registering a function to provide the required timestamp.
I just do this:
1: Download
https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-windows.zip
2:
arduino-cli sketch new MyFirstSketch
3:
cd C:\Users\shellus\Documents\Arduino\MyFirstSketch
4:
arduino-cli core update-index
I am using the latest windows10
The text was updated successfully, but these errors were encountered: