Merge branch 'ripplebiz:main' into t1000e_ui

This commit is contained in:
fdlamotte
2025-03-11 20:38:52 +01:00
committed by GitHub
4 changed files with 108 additions and 8 deletions

View File

@@ -17,6 +17,10 @@ public:
// for future use, sub-classes SHOULD call this from their begin()
startup_reason = BD_STARTUP_NORMAL;
#ifdef ESP32_CPU_FREQ
setCpuFrequencyMhz(ESP32_CPU_FREQ);
#endif
#ifdef PIN_VBAT_READ
// battery read support
pinMode(PIN_VBAT_READ, INPUT);