Version 1.4.3C.

This commit is contained in:
GuruSR 2022-03-28 23:29:34 -04:00 committed by GitHub
parent e040b5acf6
commit a20ef3e2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ void WatchyGSR::init(String datetime){
Battery.LowLevel = SRTC.getRTCBattery(true);
UP_PIN = 32;
UP_MASK = GPIO_SEL_32;
if (SRTC.getType() == PCF8563) { UP_PIN = 34; UP_MASK = GPIO_SEL_34; }
if (SRTC.getType() == PCF8563) { UP_PIN = 35; UP_MASK = GPIO_SEL_35; }
BTN_MASK = MENU_MASK|BACK_MASK|UP_MASK|DOWN_MASK;
initZeros();
setupDefaults();