usermods/MAX17048_v2: Fix precision variable type

The String constructors are ambiguous with uint8_ts.
This commit is contained in:
Will Miles
2025-03-28 20:15:36 -04:00
parent 468ef50f75
commit d03604b14a
3 changed files with 4 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
{
"name:": "MAX17048_v2",
"build": { "libArchive": false},
"dependencies": {
"Adafruit_MAX1704X":"https://github.com/adafruit/Adafruit_MAX1704X#1.0.2"
}
}