We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3339788 commit 3ba83fdCopy full SHA for 3ba83fd
components/sensors/battery_fuel_gauge/max17048/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# ChangeLog
2
3
+## v0.1.1 - 2025-4-11
4
+
5
+### Fix:
6
7
+* Fixed C++ compatibility issue in `max17048.h`. [!486](https://github.com/espressif/esp-iot-solution/pull/486)
8
9
## v0.1.0 - 2024-12-28
10
11
### Enhancements:
components/sensors/battery_fuel_gauge/max17048/idf_component.yml
@@ -1,4 +1,4 @@
-version: "0.1.0"
+version: "0.1.1"
description: I2C driver for MAX17048/MAX17049 micropower current fuel gauges
url: https://github.com/espressif/esp-iot-solution/tree/master/components/sensors/battery_fuel_gauge/max17048
repository: https://github.com/espressif/esp-iot-solution.git
0 commit comments