placeholder guess at PMU code until I have HW

This commit is contained in:
geeksville
2020-04-24 09:33:45 -07:00
parent 7bc299573f
commit 7fa9d09d9f
6 changed files with 152 additions and 5 deletions

View File

@@ -163,6 +163,10 @@ void setup()
esp32Setup();
#endif
#ifdef NRF52_SERIES
nrf52Setup();
#endif
// Initialize the screen first so we can show the logo while we start up everything else.
if (ssd1306_found)
screen.setup();