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