Skip to content

Commit

Permalink
Update DS3231.md
Browse files Browse the repository at this point in the history
USE_RTC_CHIPS also needed
  • Loading branch information
sfromis authored May 13, 2023
1 parent b719b7b commit bcb1b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/DS3231.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

When [compiling your build](Compile-your-build) add the following to `user_config_override.h`:
```c++
#ifndef USE_RTC_CHIPS
#define USE_RTC_CHIPS // Enable RTC chip support and NTP server
#endif
#ifndef USE_DS3231
#define USE_DS3231 // [I2cDriver26] Enable DS3231 RTC (I2C address 0x68) (+1k2 code)
#endif
Expand Down

0 comments on commit bcb1b08

Please sign in to comment.