Merge branch 'dev' into xiao_s3_serial_onpins

Este cometimento está contido em:
Florent de Lamotte
2025-04-01 11:33:00 +02:00
ascendente 87f476354f accd80db77
cometimento c762d88edd
15 ficheiros modificados com 98 adições e 51 eliminações
+7 -4
Ver ficheiro
@@ -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,