Merge branch 'ripplebiz:main' into faketec-support

This commit is contained in:
oltaco
2025-03-12 18:31:37 +11:00
committed by GitHub
4 changed files with 109 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);