Skip to content

Commit

Permalink
fix library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Jun 27, 2020
1 parent d8ec86f commit 8300b28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"type": "git",
"url": "https://github.com/lovyan03/M5Stack_TreeView"
},
"dependencies": {
"dependencies": [
{
"name": "M5Stack"
},
{
"name": "M5Stack_OnScreenKeyboard"
}
},
],
"version": "0.2.13",
"framework": "arduino",
"platforms": "espressif32",
Expand Down
2 changes: 2 additions & 0 deletions src/MenuItem.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "MenuItem.h"
#ifdef min
#undef min
#endif
#include <algorithm>
#include <M5ButtonDrawer.h>

Expand Down

0 comments on commit 8300b28

Please sign in to comment.