rearrange pio build system dependencies

also update trunk
This commit is contained in:
Thomas Göttgens
2023-05-08 14:03:03 +02:00
parent c1a1b450e3
commit 1d90096cba
14 changed files with 55 additions and 152 deletions

View File

@@ -161,6 +161,7 @@ static OSThread *buttonThread;
uint32_t ButtonThread::longPressTime = 0;
#endif
static OSThread *accelerometerThread;
SPISettings spiSettings(4000000, MSBFIRST, SPI_MODE0);
RadioInterface *rIf = NULL;
@@ -454,8 +455,6 @@ void setup()
SPI.setFrequency(4000000);
#endif
static SPISettings spiSettings(4000000, MSBFIRST, SPI_MODE0);
// Initialize the screen first so we can show the logo while we start up everything else.
screen = new graphics::Screen(screen_found, screen_model, screen_geometry);