-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add ADU capabilities to feature branch #27
Conversation
#define SAS_TOKEN_DURATION_IN_MINUTES 60 | ||
#define UNIX_TIME_NOV_13_2017 1510592825 | ||
|
||
#define PST_TIME_ZONE -8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this make the sample locked to PST?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know that's an interesting question. I know I'm running mine not in Pacific but we should make a note of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran on the ESP32, multiple update iterations, all worked perfectly.
@danieljurek can you help with the cla check. Unsure why this is blocked since the license/cla passed as part of the checks |
@@ -71,7 +71,7 @@ _The following was run on Windows 11 and Ubuntu Desktop 20.04 environments, with | |||
|
|||
- On the Arduino IDE, go to menu `Sketch`, `Include Library`, `Manage Libraries...`. | |||
- Search for and install `azure-sdk-for-c`. | |||
- TODO: Make sure to install the `<INSERT BETA VERSION>` to use the preview version of the Embedded C SDK. | |||
- **Make sure to install the `1.1.0-beta.1` to use the preview version of the Embedded C SDK.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/Azure/azure-sdk-for-c-arduino/releases/tag/1.1.0-beta.1
The release is here and should hopefully get pulled in the next time the Arduino Library manager updates its index (should do it every hour).
No description provided.