WIP - I think some pins are wrong, waiting for new schematic

This commit is contained in:
geeksville
2020-09-24 16:36:07 -07:00
parent 86d6f88787
commit a79aff4778
3 changed files with 33 additions and 28 deletions

View File

@@ -211,16 +211,16 @@ void setup()
esp32Setup();
#endif
#ifdef NRF52_SERIES
nrf52Setup();
#endif
// Currently only the tbeam has a PMU
power = new Power();
power->setup();
power->setStatusHandler(powerStatus);
powerStatus->observe(&power->newStatus);
#ifdef NRF52_SERIES
nrf52Setup();
#endif
// Init our SPI controller (must be before screen and lora)
initSPI();
#ifdef NO_ESP32