t-beam supreme: fixes and consolidation

Made changes requested by Scott
Simplified gps init sequence and removed unnecessary code
Reverted SensorManager change
Updated PMU flow to enable header outputs
Tento commit je obsažen v:
cod3doomy
2025-05-25 21:23:31 -07:00
rodič 64f30e82a4
revize 4b103ca0de
4 změnil soubory, kde provedl 44 přidání a 105 odebrání
+2 -2
Zobrazit soubor
@@ -61,10 +61,10 @@ public:
void begin() {
power_init();
ESP32Board::begin();
power_init();
esp_reset_reason_t reason = esp_reset_reason();
if (reason == ESP_RST_DEEPSLEEP) {
long wakeup_source = esp_sleep_get_ext1_wakeup_status();