Commit Graph

73 Commits

Author SHA1 Message Date
a2b883c276 Fixes for esp-idf 2021-05-31 19:46:53 +02:00
PaulStoffregen
410aee4fda Add deprecated Time.h warning 2020-05-05 04:43:12 -07:00
Paul Stoffregen
ece49d73d6 Merge pull request #148 from majenkotech/master
Added includes to properties file
2020-04-27 05:12:43 -07:00
Majenko Technologies
d1e76388b1 Added includes to properties 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.
2020-04-25 18:56:33 +01:00
PaulStoffregen
ebda9bdf13 Update readme with specific info about Arduino Library Manager 2020-04-04 10:30:25 -07:00
PaulStoffregen
416d009dd4 Update readme with include header, fixes #101 2020-04-04 10:27:20 -07:00
Paul Stoffregen
b9be1cb638 Merge pull request #143 from pieterbl/master
Few minor updates to the Readme.md file
2020-02-11 15:50:07 -08:00
pieterbl
3d5114d04b Fixed typos in TimeLib.h and Time.cpp
Change-Id: Ia05c370e8f09b75dddf11cf2aa8b5de4c21bd45d
2020-02-11 23:09:38 +01:00
pieterbl
7acd24427a Several punctuation fixes, add pointer to DS1307RTC lib.
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
2020-02-10 20:39:35 +01:00
pieterbl
286d443e01 Update Readme.md 2020-02-10 08:28:16 +01:00
pieterbl
d788757ea2 Update Readme.md
Update Readme.md - put code-quotes around some types/identifiers
2020-02-10 08:26:26 +01:00
pieterbl
0723137212 Update Readme.md
Update Readme.md - minor text alignment
2020-02-10 08:21:26 +01:00
PaulStoffregen
c0436e64c1 Bump version to 1.6 v1.6 2019-12-11 08:27:28 -08:00
PaulStoffregen
f11f6fc1de Improve DateStrings, reply on Arduino.h to define PROGMEM, etc 2019-08-11 17:11:48 -07:00
Paul Stoffregen
98c6ec9740 Merge pull request #136 from venice1200/master
Added ESP32 Arch
2019-07-04 14:41:47 -07:00
venice1200
15af849955 Added ESP32 2019-07-01 17:20:04 +02:00
Paul Stoffregen
f9cef7fb40 Merge pull request #132 from danbates2/patch-1
Update DateStrings.cpp
2019-06-27 04:39:57 -07:00
PaulStoffregen
d4fafb2c06 Add more explicit comments about Processing to SyncArduinoClock
fixes #133
2019-06-11 06:59:54 -07:00
Daniel Bates
28f706760f Update DateStrings.cpp
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.
2019-05-31 09:50:42 +01:00
Paul Stoffregen
baa403f55b Merge pull request #128 from per1234/fix-url
Fix bad URL in library.properties
2019-05-11 16:24:29 -07:00
per1234
2c08bcc7be Fix bad URL in library.properties
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.
2019-05-11 12:45:31 -07:00
Paul Stoffregen
b05d455c91 Merge pull request #120 from Bolukan/patch-1
strcpy_P not needed for ESP8266/2.5.0-beta2 sdk
2019-03-14 12:01:48 -07:00
Bollie
81b3192047 strcpy_P not needed for ESP8266/2.5.0-beta2 sdk 2019-03-14 19:58:33 +01:00
Paul Stoffregen
6d0fc5e6f9 Merge pull request #113 from huyhqit/fix-grammar
Fix error grammar in file Readme.md
2019-01-28 00:18:42 -08:00
DESKTOP-MK92NDD\huyat
50a56f266b Fix error grammar 2019-01-28 10:47:34 +07:00
PaulStoffregen
8ac0830c1e Don't define strcpy_P if already defined 2019-01-27 17:07:44 -08:00
PaulStoffregen
a8f9be7907 Add issue template 2018-03-15 16:05:07 -07:00
Paul Stoffregen
9381467b65 Merge pull request #89 from zharovdv/master
Update Time.cpp
2018-01-20 06:04:45 -08:00
zharovdv
514666593a Update Time.cpp
LEAP_YEAR bad macro - need in parentheses.
2018-01-20 17:03:32 +03:00
Paul Stoffregen
4fef0834ba Merge pull request #88 from zharovdv/master
Update TimeLib.h
2018-01-20 06:03:07 -08:00
zharovdv
7251f894a1 Update TimeLib.h
Bad macros fixed
2018-01-20 16:50:49 +03:00
PaulStoffregen
6dd00e2867 Fix SECS_PER_YEAR 2017-12-13 05:09:47 -08:00
Paul Stoffregen
27046bb83f Merge pull request #50 from SukkoPera/master
Add TimeNTP_ENC28J60 example
2017-12-13 05:03:33 -08:00
Paul Stoffregen
75089afd3a Merge pull request #72 from halx4/master
corrected minor typos in readme.md
2017-12-13 05:02:51 -08:00
PaulStoffregen
0473efe605 use const for mkTime input (fixes #85) 2017-12-13 04:13:28 -08:00
PaulStoffregen
420a3c08af Fix compiler error and generally clean up TimeRTCLog example 2017-09-05 02:07:02 -07:00
foivos christoulakis
2ad08f3bca corrected minor typos in readme.md 2017-04-15 15:37:32 +01:00
Paul Stoffregen
01083f838c Merge pull request #70 from ccoenen/patch-1
Readme converted to markdown
2017-03-20 15:15:33 -07:00
Claudius Coenen
998ea7db21 Readme converted to markdown 2017-03-20 22:40:51 +01:00
PaulStoffregen
350b8622e6 Update readme 2016-11-09 06:28:11 -08:00
Paul Stoffregen
22c59471a8 Merge pull request #57 from Roman3349/patch-1
PR #56 Fix a mistake in examples
2016-09-27 03:25:30 -07:00
Roman Ondráček
f7a6aed006 Fix a mistake in examples 2016-09-27 12:24:44 +02:00
Paul Stoffregen
e2ffd4f99f Merge pull request #56 from Roman3349/master
Add information about library to @PlatformIO Library Registry manifest file
2016-09-27 03:15:14 -07:00
Roman3349
ec02408003 Add information about authors, examples and version to @PlatformIO Library Registry manifest file
Signed-off-by: Roman3349 <ondracek.roman@centrum.cz>
2016-09-27 11:07:03 +02:00
SukkoPera
e4cf2261fd Add TimeNTP_ENC28J60 example 2016-08-29 22:24:22 +02:00
PaulStoffregen
18ce15b202 Fix compiler warnings when constants used with TimeAlarms 2016-07-06 08:36:05 -07:00
Paul Stoffregen
cb1e416b84 Merge pull request #40 from mcauser/esp8266
ESP8266 eg - Use WiFi.hostByName() to resolve IP from pool of servers
2016-03-21 08:30:31 -07:00
Mike Causer
d66874d5d8 Use WiFi.hostByName to resolve IP 2016-03-21 13:14:32 +11:00
PaulStoffregen
0bfe218b56 Use TimeLib.h header internally too 2016-03-04 19:59:40 -08:00
Paul Stoffregen
53dd37ef33 Merge pull request #38 from chaeplin/master
ESP8266 example update
2016-02-17 10:12:49 -08:00