From 46019d0141eb089bf9d3b78beac40e0ece31ab2e Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Fri, 6 Jun 2025 18:01:37 +0300 Subject: [PATCH] feat: changed system variable type --- include/zh_pcf8574.h | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zh_pcf8574.h b/include/zh_pcf8574.h index 2ccdde9..30e31f8 100644 --- a/include/zh_pcf8574.h +++ b/include/zh_pcf8574.h @@ -64,7 +64,7 @@ extern "C" i2c_master_bus_handle_t i2c_handle; // Unique I2C bus handle. i2c_master_dev_handle_t dev_handle; // Unique I2C device handle. #endif - uint8_t system; // System variable for use in another components. + void *system; // System pointer for use in another components. } zh_pcf8574_handle_t; ESP_EVENT_DECLARE_BASE(ZH_PCF8574); diff --git a/version.txt b/version.txt index 1cc5f65..867e524 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file