Merge remote-tracking branch 'origin/master' into ICM20948_fix

This commit is contained in:
Niklas Jensen
2025-11-27 19:30:44 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void IRAM_ATTR SpotControlLoopEntry(void *) {
#if FT_ENABLED(USE_WS2812)
ledService.loop();
#endif
EXECUTE_EVERY_N_MS(250, [&]() {
EXECUTE_EVERY_N_MS(250, {
JsonDocument doc;
JsonVariant results = doc.to<JsonVariant>();
peripherals.getIMUResult(results);