From 5025d0e61eaad0d52b1ed73f5fb0fb3ab7ab1cb1 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Sun, 14 Jun 2026 14:12:29 +0200 Subject: [PATCH] Minor typo, remove pragma once --- src/detect/ReClockI2C.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/detect/ReClockI2C.h b/src/detect/ReClockI2C.h index 857040e6f..c8a81fb09 100644 --- a/src/detect/ReClockI2C.h +++ b/src/detect/ReClockI2C.h @@ -1,5 +1,3 @@ -#pragma once - #ifndef RECLOCK_I2C_ #define RECLOCK_I2C_ @@ -16,7 +14,7 @@ https://github.com/earlephilhower/arduino-pico/blob/master/libraries/Wire/src/Wire.h#L60 https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/Wire/src/Wire.h#L103 For cases when I2C speed is different to the ones defined by sensors (see defines in sensor classes) - we need to reclock I2C and set it back to the previous stablished speed. + we need to reclock I2C and set it back to the previous established speed. Only for cases where we can know it (ESP32 or known screen) we can do this. */