From c41bf277ecd31798b6d9cc060f9451545f4c653e Mon Sep 17 00:00:00 2001 From: biver Date: Wed, 5 Oct 2022 20:41:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BD=D0=BE=D1=81=D0=B8=D0=BC=20?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8=20scanI2C?= =?UTF-8?q?=20=D0=B2=20=D0=B3=D0=BB=D0=BE=D0=B1=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Global.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Global.h b/include/Global.h index 6c873eb6..558ace8f 100644 --- a/include/Global.h +++ b/include/Global.h @@ -139,4 +139,6 @@ extern bool _time_isTrust; // extern DynamicJsonDocument settingsFlashJsonDoc; // extern DynamicJsonDocument paramsFlashJsonDoc; -// extern DynamicJsonDocument paramsHeapJsonDoc; \ No newline at end of file +// extern DynamicJsonDocument paramsHeapJsonDoc; + +void scanI2C(); \ No newline at end of file