re-enable RTC support on THINKNODE M3 and M6

This commit is contained in:
Jonathan Bennett
2026-01-30 09:50:47 -06:00
parent 68733a6c51
commit ad4b1d9c2b
5 changed files with 6 additions and 7 deletions
@@ -120,8 +120,8 @@ static const uint8_t A0 = PIN_A0;
#define PIN_SERIAL2_TX (24)
// PCF8563 RTC Module
// REVISIT https://github.com/meshtastic/firmware/pull/9084
// #define PCF8563_RTC 0x51
#define PCF8563_RTC 0x51
#define HAS_RTC 1
// SPI
#define SPI_INTERFACES_COUNT 1