Merge branch 'ripplebiz:main' into t1000e_ui

This commit is contained in:
fdlamotte 2025-03-11 20:38:52 +01:00 committed by GitHub
commit bb826a2634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);