Removed faulty meck_twatch_s3_plus_diag_pmubtn build. Updated Twatchs3plusboard charge rate to 200MA and voltage to 4V35

This commit is contained in:
Pelgraine
2026-07-15 22:07:33 +10:00
parent ade92cf1e1
commit 6f389e46e5
4 changed files with 7 additions and 80 deletions
@@ -2314,11 +2314,6 @@ void UITask::loop() {
}
}
#endif
#if defined(MECK_DIAG_PMU_BTN)
// TEMP DIAGNOSTIC (power bisect): drive the PMU-key poll replica every loop
// (it rate-limits itself to 30 ms, matching PMUButton). Remove with the env.
board.diagPollPmuKey();
#endif
#if defined(PIN_USER_BTN) || defined(MECK_PMU_BUTTON)
int ev = user_btn.check();
if (ev == BUTTON_EVENT_CLICK) {