Merge branch 'dev' into xiao_s3_serial_onpins

This commit is contained in:
Florent de Lamotte 2025-04-01 11:33:00 +02:00
commit c762d88edd
15 changed files with 98 additions and 51 deletions

View file

@ -1437,19 +1437,22 @@ void setup() {
board.begin();
if (!radio_init()) { halt(); }
fast_rng.begin(radio_get_rng_seed());
#ifdef HAS_UI
DisplayDriver* disp = NULL;
#ifdef DISPLAY_CLASS
if (display.begin()) {
disp = &display;
disp->startFrame();
disp->print("Please wait...");
disp->endFrame();
}
#endif
#endif
if (!radio_init()) { halt(); }
fast_rng.begin(radio_get_rng_seed());
#if defined(NRF52_PLATFORM)
InternalFS.begin();
the_mesh.begin(InternalFS,