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 d8ec86f commit 8300b28Copy full SHA for 8300b28
library.json
@@ -11,14 +11,14 @@
11
"type": "git",
12
"url": "https://github.com/lovyan03/M5Stack_TreeView"
13
},
14
- "dependencies": {
+ "dependencies": [
15
{
16
"name": "M5Stack"
17
18
19
"name": "M5Stack_OnScreenKeyboard"
20
}
21
- },
+ ],
22
"version": "0.2.13",
23
"framework": "arduino",
24
"platforms": "espressif32",
src/MenuItem.cpp
@@ -1,5 +1,7 @@
1
#include "MenuItem.h"
2
+#ifdef min
3
#undef min
4
+#endif
5
#include <algorithm>
6
#include <M5ButtonDrawer.h>
7
0 commit comments