Merge pull request #9492 from meshtastic/master

Master to develop
This commit is contained in:
Ben Meadors
2026-01-30 10:46:11 -06:00
committed by GitHub
co-authored by GitHub
12 changed files with 44 additions and 28 deletions
@@ -25,4 +25,4 @@ lib_deps =
# renovate: datasource=custom.pio depName=nRF52_PWM packageName=khoih-prog/library/nRF52_PWM
khoih-prog/nRF52_PWM@1.0.1
; # renovate: datasource=custom.pio depName=SensorLib packageName=lewisxhe/library/SensorLib
; lewisxhe/SensorLib@0.3.4
lewisxhe/SensorLib@0.3.4
@@ -115,8 +115,8 @@ extern "C" {
#define SERIAL_PRINT_PORT 0
// PCF8563 RTC Module
// REVISIT https://github.com/meshtastic/firmware/pull/9084
// #define PCF8563_RTC 0x51
#define PCF8563_RTC 0x51
#define HAS_RTC 1
#ifdef __cplusplus
}