Merge branch 'dev' into solar-watchdog

This commit is contained in:
Quency-D
2026-05-09 18:08:32 +08:00
committed by GitHub
266 changed files with 1646 additions and 2104 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void setup() {
if (!radio_init()) { halt(); }
fast_rng.begin(radio_get_rng_seed());
fast_rng.begin(radio_driver.getRngSeed());
FILESYSTEM* fs;
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)