Skip to content

Conversation

@FRASTM
Copy link
Contributor

@FRASTM FRASTM commented Feb 8, 2024

Adding a boolean (true) if the Hour format is 24 Hours.

Fixes #104

sketch example:
rtc.isFormat_24hour() ? Serial.println("24 hour format ") : Serial.println("12 hour format");

Adding a boolean (true) if the Hour format is 24 Hours.

Signed-off-by: Francois RAMU <frq09495@lmecxd0404.lme.st.com>
@FRASTM FRASTM marked this pull request as ready for review February 9, 2024 13:19
@fpistm fpistm self-requested a review February 26, 2024 15:37
@fpistm fpistm added the enhancement New feature or request label Feb 26, 2024
@fpistm fpistm added this to the 1.5.0 milestone Feb 26, 2024
@fpistm fpistm merged commit 5da16e6 into stm32duino:main Feb 26, 2024
@fpistm fpistm deleted the issue104 branch February 26, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

Dinamical modification of hour format

2 participants