Skip to content

Commit 0642773

Browse files
committed
libs/ezdata: Update the value of the dataType field.
Signed-off-by: lbuque <[email protected]>
1 parent 0a13026 commit 0642773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m5stack/libs/ezdata/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
list: "array",
1717
dict: "dict",
1818
str: "string",
19-
int: "int",
20-
float: "double",
19+
int: "number",
20+
float: "number",
2121
}
2222

2323

0 commit comments

Comments
 (0)