-
-
Notifications
You must be signed in to change notification settings - Fork 479
[GIGA R1 WiFi] Update RTC/NTP/UDP example. #1714
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
Conversation
docs-content
🚀 Preview this PR: https://e4243e0c.docs-content.pages.dev
📍 Commit SHA: 601d930
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 seems to be a line missing in the example you added, the sketch doesn't compile
/private/var/folders/47/fzd1lv495hj44d_nk71x3hbc0000gn/T/.arduinoIDE-unsaved2024029-1092-1c0l5c7.r6ts/sketch_jan29a/sketch_jan29a.ino: In function 'long unsigned int parseNtpPacket()':
/private/var/folders/47/fzd1lv495hj44d_nk71x3hbc0000gn/T/.arduinoIDE-unsaved2024029-1092-1c0l5c7.r6ts/sketch_jan29a/sketch_jan29a.ino:126:3: error: 'new_epoch' was not declared in this scope
new_epoch = epoch + (3600 * timezone); //multiply the timezone with 3600 (1 hour)
Thanks @jacobhylen , fixed now! 👍
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.
All good now :)
What This PR Changes
Contribution Guidelines