From 4946bf3b2c6855337fa98f5a5ed72bafa42e253a Mon Sep 17 00:00:00 2001 From: SmartUA Date: Tue, 28 Dec 2021 21:26:11 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B8=D1=87=D0=B5=D0=B3=D0=BE=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=D0=BE=D1=81?= =?UTF-8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- M5Atom_airqa.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M5Atom_airqa.ino b/M5Atom_airqa.ino index 00f1e1e..4b83533 100644 --- a/M5Atom_airqa.ino +++ b/M5Atom_airqa.ino @@ -169,7 +169,7 @@ void setup() Serial.begin(115200); Serial.setDebugOutput(true); - M5.begin(true, false, true); + M5.begin(true, false, true); Wire.begin(25, 21); //Пины для I2c на ATOM hdc1080.begin(0x40);