From 5e3e776c9d2f2d60b46452b15e69a893bfe1ad08 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Mon, 18 Dec 2023 22:53:58 +0100 Subject: [PATCH] fooo --- components/empty_i2c_component/empty_i2c_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/empty_i2c_component/empty_i2c_component.cpp b/components/empty_i2c_component/empty_i2c_component.cpp index 48bd6be..089b5db 100644 --- a/components/empty_i2c_component/empty_i2c_component.cpp +++ b/components/empty_i2c_component/empty_i2c_component.cpp @@ -11,7 +11,7 @@ void EmptyI2CComponent::setup() { } void EmptyI2CComponent::loop() { - uint8_t data = 10; + uint8_t data = 9; this->read_register(0x0, &data, 0x1); ESP_LOGI(TAG, "READ value: %d", data); }