Skip to content

Add getTime function to WiFiS3 library #268

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

Closed
wants to merge 1 commit into from

Conversation

paulvha
Copy link
Contributor

@paulvha paulvha commented Feb 16, 2024

This requires a change in the bridge firmware as well: arduino/uno-r4-wifi-usb-bridge#48. In commands.h it MUST have:

#define _GETTIME                 "+GETTIME" 

Fixes #206

@paulvha
Copy link
Contributor Author

paulvha commented Feb 16, 2024

Wifi.h and WiFi.cpp are NOT copied before compile. They are included in the pull requirest. What do I need to do ?

@JAndrassy
Copy link
Contributor

JAndrassy commented Feb 20, 2024

WiFi.getTime() should return 'epoch time' as in WiFi101 and WiFiNINA library. it should be UTC

Wifi.h and WiFi.cpp are NOT copied before compile. They are included in the pull requirest. What do I need to do ?

it is an error in the checks setup. there s nothing you can do about it

@paulvha paulvha closed this Feb 20, 2024
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Mar 5, 2024
@per1234 per1234 changed the title WiFiS3 add gettime issue 206 Add getTime function to WiFiS3 library Mar 5, 2024
@per1234 per1234 added conclusion: duplicate Has already been submitted and removed type: enhancement Proposed improvement labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WiFi.getTime() function on WiFiS3 library doesn't work
3 participants