Skip to content

Commit 8300b28

Browse files
committed
fix library.json
1 parent d8ec86f commit 8300b28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"type": "git",
1212
"url": "https://github.com/lovyan03/M5Stack_TreeView"
1313
},
14-
"dependencies": {
14+
"dependencies": [
1515
{
1616
"name": "M5Stack"
1717
},
1818
{
1919
"name": "M5Stack_OnScreenKeyboard"
2020
}
21-
},
21+
],
2222
"version": "0.2.13",
2323
"framework": "arduino",
2424
"platforms": "espressif32",

src/MenuItem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "MenuItem.h"
2+
#ifdef min
23
#undef min
4+
#endif
35
#include <algorithm>
46
#include <M5ButtonDrawer.h>
57

0 commit comments

Comments
 (0)