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

Update to Time 1.6 #4

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Update to Time 1.6 #4

wants to merge 48 commits into from

Conversation

cyberman54
Copy link

No description provided.

PaulStoffregen and others added 30 commits March 15, 2018 16:05
strcpy_P not needed for ESP8266/2.5.0-beta2 sdk
Use of incorrect case in the Arduino Playground URL resulted in a redirect to the Playground home page instead of the expected Time library page.
This now compiles on ESP platform v2.4.2 and v2.5.2 on Arduino IDE 1.8.9 and 1.9.0 beta.
I've also uploaded to example to ESP8266 to double check and works fine.
Update Readme.md - minor text alignment
Update Readme.md - put code-quotes around some types/identifiers
The current (old) description claimded that the DS1307RTC
library is part of the download bundle, which is not (no longer?)
the case. Instead pointing to following now:
https://github.com/PaulStoffregen/DS1307RTC

Change-Id: I28b0c71398e56d50de0c786e4dee97d28f408481
Change-Id: Ia05c370e8f09b75dddf11cf2aa8b5de4c21bd45d
Few minor updates to the Readme.md file
The Arduino library.properties specification gives the `includes` entry:

* **includes - (available from Arduino IDE 1.6.10) (optional)** a comma separated list of files to be added to the sketch as #include <...> lines. This property is used with the "Include library" command in the Arduino IDE. If the includes property is missing, all the header files (.h) on the root source folder are included.

Adding this will prevent both Time.h and TimeLib.h from being included in the IDE with the include library menu option.
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.

9 participants