Skip to content

Commit 5cf2020

Browse files
committed
updated to resolve bugs
1 parent aedc979 commit 5cf2020

File tree

86 files changed

+82
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+82
-82
lines changed

components/peripherals/adc/esp_s12sd/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.0"
1+
version: "1.2.1"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Roithner LaserTechnik GUVA-S12SD ultraviolet analog sensor."
44
license: "MIT"

components/peripherals/adc/esp_s12sd/include/s12sd_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
/** Minor version number (x.X.x) */
5151
#define S12SD_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define S12SD_FW_VERSION_PATCH 0
53+
#define S12SD_FW_VERSION_PATCH 1
5454

5555
/**
5656
* public macro definitions

components/peripherals/adc/esp_s12sd/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/adc/esp_s12sd"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.2.0",
17+
"version": "1.2.1",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ahtxx/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.0"
1+
version: "1.2.1"
22
license: "MIT"
33
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
44
for Asair AHT10, AHT20, AHT21, AHT25, AHT30 temperature and humidity i2c sensors."

components/peripherals/i2c/esp_ahtxx/include/ahtxx_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
/** Minor version number (x.X.x) */
5151
#define AHTXX_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AHTXX_FW_VERSION_PATCH 0
53+
#define AHTXX_FW_VERSION_PATCH 1
5454

5555

5656
/**

components/peripherals/i2c/esp_ahtxx/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ahtxx"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.2.0",
17+
"version": "1.2.1",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ak8975/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.0"
1+
version: "1.2.1"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for AKM AK8975 I2C 3-axis electronic compass sensor."
44
license: "MIT"

components/peripherals/i2c/esp_ak8975/include/ak8975_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
/** Minor version number (x.X.x) */
5151
#define AK8975_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AK8975_FW_VERSION_PATCH 0
53+
#define AK8975_FW_VERSION_PATCH 1
5454

5555

5656
/**

components/peripherals/i2c/esp_ak8975/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ak8975"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.2.0",
17+
"version": "1.2.1",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_as3935/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.0"
1+
version: "1.2.1"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Austria Microsystems AS3935 franklin lighting I2C sensor."
44
license: "MIT"

0 commit comments

Comments
 (0)