Skip to content
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

Merged
merged 39 commits into from
Oct 25, 2022
Merged

Add ADU capabilities to feature branch #27

merged 39 commits into from
Oct 25, 2022

Conversation

danewalton
Copy link
Member

No description provided.

@danewalton danewalton self-assigned this Sep 12, 2022
#define SAS_TOKEN_DURATION_IN_MINUTES 60
#define UNIX_TIME_NOV_13_2017 1510592825

#define PST_TIME_ZONE -8
Copy link
Member

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?

Copy link
Member Author

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.

tools/Update-Library.ps1 Outdated Show resolved Hide resolved
@wduraes wduraes self-requested a review October 25, 2022 20:19
Copy link
Contributor

@wduraes wduraes left a 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.

@RickWinter
Copy link
Member

@danieljurek can you help with the cla check. Unsure why this is blocked since the license/cla passed as part of the checks

@danewalton danewalton merged commit 4889188 into feature/iot-adu Oct 25, 2022
@danewalton danewalton deleted the ota branch October 25, 2022 22:03
@@ -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.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this version, do you mean 1.0.0-beta-1?
image

Copy link
Member Author

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).

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

Successfully merging this pull request may close these issues.

4 participants